SqlMetaData.XmlSchemaCollectionOwningSchema Property

Definition

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.

Applies to