SqlMetaData.XmlSchemaCollectionDatabase Property

Definition

Gets the name of the database where the schema collection for this XML instance is located.

public:
 property System::String ^ XmlSchemaCollectionDatabase { System::String ^ get(); };
public string XmlSchemaCollectionDatabase { get; }
member this.XmlSchemaCollectionDatabase : string
Public ReadOnly Property XmlSchemaCollectionDatabase As String

Property Value

The name of the database where the schema collection for this XML instance is located as a String.

Remarks

The default value is null.

This property may be null if the collection is defined within the current database. It is also null if there is no schema collection, in which case XmlSchemaCollectionName and XmlSchemaCollectionOwningSchema are also null.

Applies to