SqlParameter.XmlSchemaCollectionName Proprietà

Definizione

Ottiene il nome della raccolta di schemi per questa istanza 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

Valore della proprietà

Nome della raccolta di schemi per questa istanza XML.

Commenti

Questo valore è null (Nothing in Microsoft Visual Basic) se non è presente una raccolta di schemi associata. Se il valore è Null, XmlSchemaCollectionDatabase e XmlSchemaCollectionOwningSchema sono anche Null.

Si applica a

Vedi anche