転送元データベースから転送先データベースへすべての XML スキーマ コレクションが転送されるか、または指定された XML スキーマ コレクションだけが転送されるかを示す Boolean を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
アセンブリ: Microsoft.SqlServer.TransferSqlServerObjectsTask (Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
構文
'宣言
Public Property CopyAllXmlSchemaCollections As Boolean
Get
Set
'使用
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllXmlSchemaCollections
instance.CopyAllXmlSchemaCollections = value
public bool CopyAllXmlSchemaCollections { get; set; }
public:
virtual property bool CopyAllXmlSchemaCollections {
bool get () sealed;
void set (bool value) sealed;
}
abstract CopyAllXmlSchemaCollections : bool with get, set
override CopyAllXmlSchemaCollections : bool with get, set
final function get CopyAllXmlSchemaCollections () : boolean
final function set CopyAllXmlSchemaCollections (value : boolean)
プロパティ値
型: System.Boolean
true は、転送元データベースから転送先データベースへすべての XML スキーマ コレクションが転送されることを示します。false は、XmlSchemaCollectionsList のオブジェクトのみが転送されることを示します。
実装
ITransferSqlServerObjectsTask.CopyAllXmlSchemaCollections
関連項目
参照
TransferSqlServerObjectsTask クラス
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 名前空間