Share via


SchemasList プロパティ

CopyAllSchemas が false である場合に、転送元データベースから転送先データベースへ転送するスキーマの一覧を示す StringCollection を取得します。値の設定も可能です。

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

構文

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

value = instance.SchemasList

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

プロパティ値

型: System.Collections.Specialized. . :: . .StringCollection
転送するスキーマを示す StringCollection です。

実装

ITransferSqlServerObjectsTask. . :: . .SchemasList

説明

既定値は空の文字列コレクションです。