Partager via


ITransferJobsTask.EnableJobsAtDestination Property

This property supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly: Microsoft.SqlServer.TransferJobsTask (in microsoft.sqlserver.transferjobstask.dll)

Syntaxe

'Déclaration
Property EnableJobsAtDestination As Boolean
bool EnableJobsAtDestination { get; set; }
property bool EnableJobsAtDestination {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_EnableJobsAtDestination ()

/** @property */
void set_EnableJobsAtDestination (boolean value)
function get EnableJobsAtDestination () : boolean

function set EnableJobsAtDestination (value : boolean)

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ITransferJobsTask Interface
ITransferJobsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferJobsTask Namespace