TransferJobsTask.JobsList Property
Gets or sets a StringCollection containing the names of the jobs to transfer.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly : Microsoft.SqlServer.TransferJobsTask (in microsoft.sqlserver.transferjobstask.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
A StringCollection containing a list of comma-delimited job names.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
TransferJobsTask Class
TransferJobsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferJobsTask Namespace