SqlMetaData.XmlSchemaCollectionDatabase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.