Partilhar via


Propriedade do RDL ITransferJobsTask.EnableJobsAtDestination

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a value that indicates 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
Property EnableJobsAtDestination As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ITransferJobsTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferJobsTask