Partager via


EnableJobsAtDestination propriété

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly :  Microsoft.SqlServer.TransferJobsTask (dans 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 la propriété

Type : System. . :: . .Boolean