SqlParameter.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(); void set(System::String ^ value); };
public string XmlSchemaCollectionDatabase { get; set; }
member this.XmlSchemaCollectionDatabase : string with get, set
Public Property XmlSchemaCollectionDatabase As String

Property Value

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

Remarks

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 XmlSchemaCollectionName and XmlSchemaCollectionOwningSchema are also null.

Applies to

See also