ITransferJobsTask.EnableJobsAtDestination 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets a value that indicates whether the jobs created at the destination should be enabled.

命名空间:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
程序集:  Microsoft.SqlServer.TransferJobsTask(在 Microsoft.SqlServer.TransferJobsTask.dll 中)

语法

声明
Property EnableJobsAtDestination As Boolean 
    Get 
    Set
用法
Dim instance As ITransferJobsTask 
Dim value As Boolean 

value = instance.EnableJobsAtDestination

instance.EnableJobsAtDestination = value
bool EnableJobsAtDestination { get; set; }
property bool EnableJobsAtDestination {
    bool get ();
    void set (bool value);
}
abstract EnableJobsAtDestination : bool with get, set
function get EnableJobsAtDestination () : boolean 
function set EnableJobsAtDestination (value : boolean)

属性值

类型:System.Boolean
true if the jobs created are enabled; otherwise, false.

请参阅

参考

ITransferJobsTask 接口

Microsoft.SqlServer.Dts.Tasks.TransferJobsTask 命名空间