SqlMetaData.XmlSchemaCollectionOwningSchema 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 owning relational schema where the schema collection for this XML instance is located.
public:
property System::String ^ XmlSchemaCollectionOwningSchema { System::String ^ get(); };
public string XmlSchemaCollectionOwningSchema { get; }
member this.XmlSchemaCollectionOwningSchema : string
Public ReadOnly Property XmlSchemaCollectionOwningSchema As String
Property Value
The owning relational schema where the schema collection for this XML instance is located as a String.
Remarks
The default value is null
.
This value may be null
if the collection is defined within the current database and default schema. It is also null if there is no schema collection, in which case XmlSchemaCollectionDatabase and XmlSchemaCollectionName are also null
.