Compartilhar via


Propriedade do RDL TransferJobsTask.EnableJobsAtDestination

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly:  Microsoft.SqlServer.TransferJobsTask (em Microsoft.SqlServer.TransferJobsTask.dll)

Sintaxe

'Declaração
Public Property EnableJobsAtDestination As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

ITransferJobsTask.EnableJobsAtDestination

Consulte também

Referência

TransferJobsTask Classe

Namespace Microsoft.SqlServer.Dts.Tasks.TransferJobsTask