Partager via


Propriété ITransferJobsTask.EnableJobsAtDestination

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly :  Microsoft.SqlServer.TransferJobsTask (en Microsoft.SqlServer.TransferJobsTask.dll)

Syntaxe

'Déclaration
Property EnableJobsAtDestination As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ITransferJobsTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferJobsTask