次の方法で共有


XmlSchemaCollectionsList プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
アセンブリ:  Microsoft.SqlServer.TransferSqlServerObjectsTask (Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

構文

'宣言
Property XmlSchemaCollectionsList As StringCollection
    Get
    Set
'使用
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection

value = instance.XmlSchemaCollectionsList

instance.XmlSchemaCollectionsList = value
StringCollection XmlSchemaCollectionsList { get; set; }
property StringCollection^ XmlSchemaCollectionsList {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
abstract XmlSchemaCollectionsList : StringCollection with get, set
function get XmlSchemaCollectionsList () : StringCollection
function set XmlSchemaCollectionsList (value : StringCollection)