Delen via


ITransferJobsTask.JobsList Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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)