CopyAllViews が false である場合に、転送するビューを示す StringCollection を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
アセンブリ: Microsoft.SqlServer.TransferSqlServerObjectsTask (Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
構文
'宣言
Public Property ViewsList As StringCollection
Get
Set
'使用
Dim instance As TransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.ViewsList
instance.ViewsList = value
public StringCollection ViewsList { get; set; }
public:
virtual property StringCollection^ ViewsList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
abstract ViewsList : StringCollection with get, set
override ViewsList : StringCollection with get, set
final function get ViewsList () : StringCollection
final function set ViewsList (value : StringCollection)
プロパティ値
型: System.Collections.Specialized.StringCollection
転送するビューを示す StringCollection です。
実装
ITransferSqlServerObjectsTask.ViewsList
説明
既定値は空の一覧です。
関連項目
参照
TransferSqlServerObjectsTask クラス
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 名前空間