SqlParameter.XmlSchemaCollectionDatabase プロパティ

定義

この XML インスタンスのスキーマ コレクションがあるデータベースの名前を取得します。

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

プロパティ値

この XML インスタンスのスキーマ コレクションがあるデータベースの名前。

注釈

コレクションが現在のデータベース内で定義されている場合、この値は null (Nothing Microsoft Visual Basic の場合) です。 また、スキーマ コレクションがない場合は null で、その場合XmlSchemaCollectionNameXmlSchemaCollectionOwningSchemaは null でもあります。

適用対象

こちらもご覧ください