SqlParameter.XmlSchemaCollectionName Propiedad

Definición

Obtiene el nombre de la colección de esquemas para esta instancia XML.

public:
 property System::String ^ XmlSchemaCollectionName { System::String ^ get(); void set(System::String ^ value); };
public string XmlSchemaCollectionName { get; set; }
member this.XmlSchemaCollectionName : string with get, set
Public Property XmlSchemaCollectionName As String

Valor de propiedad

Nombre de la colección de esquemas para esta instancia XML.

Comentarios

Este valor es null (Nothing en Microsoft Visual Basic) si no hay ninguna colección de esquemas asociada. Si el valor es null, XmlSchemaCollectionDatabase y XmlSchemaCollectionOwningSchema también son NULL.

Se aplica a

Consulte también