SqlParameter.XmlSchemaCollectionName Egenskap

Definition

Hämtar namnet på schemasamlingen för den här XML-instansen.

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

Egenskapsvärde

Namnet på schemasamlingen för den här XML-instansen.

Kommentarer

Det här värdet är null (Nothing i Microsoft Visual Basic) om det inte finns någon associerad schemasamling. Om värdet är null XmlSchemaCollectionDatabase är det XmlSchemaCollectionOwningSchema också null.

Gäller för

Se även