共用方式為


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 命名空間