次の方法で共有


TransferSqlServerObjectsTask.XmlSchemaCollectionsList プロパティ

CopyAllXmlSchemaCollections が false である場合に、転送する XML スキーマ コレクションを示す StringCollection を取得します。値の設定も可能です。

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

構文

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

value = instance.XmlSchemaCollectionsList

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

プロパティ値

型: System.Collections.Specialized.StringCollection
転送する XML スキーマ コレクションを示す StringCollection です。

実装

ITransferSqlServerObjectsTask.XmlSchemaCollectionsList

説明

既定値は空の一覧です。

関連項目

参照

TransferSqlServerObjectsTask クラス

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 名前空間