TransferJobsTask.EnableJobsAtDestination 属性

Gets or sets a Boolean indicating whether the jobs created at the destination should be enabled.

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

语法

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

value = instance.EnableJobsAtDestination

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

属性值

类型:System.Boolean
true indicates that the jobs created are enabled. false is disabled.

实现

ITransferJobsTask.EnableJobsAtDestination

请参阅

参考

TransferJobsTask 类

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