Share via


ITransferJobsTask.JobsList Property

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

Gets or sets the names of the jobs to transfer.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly:  Microsoft.SqlServer.TransferJobsTask (in Microsoft.SqlServer.TransferJobsTask.dll)

Syntax

'Declaration
Property JobsList As StringCollection 
    Get 
    Set
'Usage
Dim instance As ITransferJobsTask 
Dim value As StringCollection 

value = instance.JobsList

instance.JobsList = value
StringCollection JobsList { get; set; }
property StringCollection^ JobsList {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
abstract JobsList : StringCollection with get, set
function get JobsList () : StringCollection 
function set JobsList (value : StringCollection)

Property Value

Type: System.Collections.Specialized.StringCollection
The names of the jobs to transfer.

See Also

Reference

ITransferJobsTask Interface

Microsoft.SqlServer.Dts.Tasks.TransferJobsTask Namespace