SqlParameter.XmlSchemaCollectionOwningSchema Property
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.
The owning relational schema where the schema collection for this XML instance is located.
public:
property System::String ^ XmlSchemaCollectionOwningSchema { System::String ^ get(); void set(System::String ^ value); };
public string XmlSchemaCollectionOwningSchema { get; set; }
member this.XmlSchemaCollectionOwningSchema : string with get, set
Public Property XmlSchemaCollectionOwningSchema As String
The owning relational schema for this XML instance.
This value is null (Nothing
in Microsoft Visual Basic) if the collection is defined within the current database. It is also null if there is no schema collection, in which case XmlSchemaCollectionDatabase and XmlSchemaCollectionName are also null.
Product | Versions |
---|---|
SqlClient .NET Core | 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2 |
SqlClient .NET Framework | 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2 |
SqlClient .NET Standard | 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2 |