Compartir a través de


ITransferJobsTask.EnableJobsAtDestination Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Ensamblado:  Microsoft.SqlServer.TransferJobsTask (en Microsoft.SqlServer.TransferJobsTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ITransferJobsTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferJobsTask