ITransferSqlServerObjectsTask.CopyAllXmlSchemaCollections 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a value that indicates whether all XML schema collections are transferred from the source to the target database.
命名空间: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
程序集: Microsoft.SqlServer.TransferSqlServerObjectsTask(在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)
语法
声明
Property CopyAllXmlSchemaCollections As Boolean
Get
Set
用法
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllXmlSchemaCollections
instance.CopyAllXmlSchemaCollections = value
bool CopyAllXmlSchemaCollections { get; set; }
property bool CopyAllXmlSchemaCollections {
bool get ();
void set (bool value);
}
abstract CopyAllXmlSchemaCollections : bool with get, set
function get CopyAllXmlSchemaCollections () : boolean
function set CopyAllXmlSchemaCollections (value : boolean)
属性值
类型:System.Boolean
true if all XML schema collections are transferred from the source to the target database; otherwise, false.
请参阅
参考
ITransferSqlServerObjectsTask 接口
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 命名空间