Partager via


TransferJobsTask.JobsList Property

Gets or sets a StringCollection containing the names of the jobs to transfer.

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

Syntaxe

'Déclaration
Public Property JobsList As StringCollection
public StringCollection JobsList { get; set; }
public:
virtual property StringCollection^ JobsList {
    StringCollection^ get () sealed;
    void set (StringCollection^ value) sealed;
}
/** @property */
public final StringCollection get_JobsList ()

/** @property */
public final void set_JobsList (StringCollection value)
public final function get JobsList () : StringCollection

public final function set JobsList (value : StringCollection)

Valeur de propriété

A StringCollection containing a list of comma-delimited job names.

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

TransferJobsTask Class
TransferJobsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferJobsTask Namespace