SqlParameter.XmlSchemaCollectionName プロパティ

定義

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

public:
 property System::String ^ XmlSchemaCollectionName { System::String ^ get(); void set(System::String ^ value); };
public string XmlSchemaCollectionName { get; set; }
member this.XmlSchemaCollectionName : string with get, set
Public Property XmlSchemaCollectionName As String

プロパティ値

この XML インスタンスのスキーマ コレクションの名前。

注釈

関連付けられたスキーマ コレクションがない場合、この値は null (Nothing Microsoft Visual Basic の場合) です。 値が null の場合、 と XmlSchemaCollectionDatabaseXmlSchemaCollectionOwningSchema も null になります。

適用対象

こちらもご覧ください