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