SqlMetaData.XmlSchemaCollectionName Eigenschaft
Definition
Ruft den Namen der Schemaauflistung für diese XML-Instanz ab.Gets the name of the schema collection for this XML instance.
public:
property System::String ^ XmlSchemaCollectionName { System::String ^ get(); };
public string XmlSchemaCollectionName { get; }
member this.XmlSchemaCollectionName : string
Public ReadOnly Property XmlSchemaCollectionName As String
Eigenschaftswert
Der Name der für diese XML-Instanz verwendeten Schemaauflistung als String.The name of the schema collection for this XML instance as a String.
Hinweise
Der Standardwert ist null
sein.The default value is null
.
Dieser Wert ist null
, wenn keine zugeordnete Schema Auflistung vorhanden ist.This value is null
if there is no associated schema collection. Wenn der Wert ist null
XmlSchemaCollectionDatabase , sind und XmlSchemaCollectionOwningSchema ebenfalls null
.If the value is null
, then XmlSchemaCollectionDatabase and XmlSchemaCollectionOwningSchema are also null
.