TransferJobsTask.JobsList Property
Gets or sets a StringCollection containing the names of the jobs to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly: Microsoft.SqlServer.TransferJobsTask (in microsoft.sqlserver.transferjobstask.dll)
Syntax
'Declaration
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)
Property Value
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TransferJobsTask Class
TransferJobsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferJobsTask Namespace