Proprietà ITransferJobsTask.EnableJobsAtDestination

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly:  Microsoft.SqlServer.TransferJobsTask (in Microsoft.SqlServer.TransferJobsTask.dll)

Sintassi

'Dichiarazione
Property EnableJobsAtDestination As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ITransferJobsTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferJobsTask