Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'Usage
Dim instance As TransferJobsTask
Dim value As StringCollection
value = instance.JobsList
instance.JobsList = value
public StringCollection JobsList { get; set; }
public:
virtual property StringCollection^ JobsList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
abstract JobsList : StringCollection with get, set
override JobsList : StringCollection with get, set
final function get JobsList () : StringCollection
final function set JobsList (value : StringCollection)
Property Value
Type: System.Collections.Specialized.StringCollection
A StringCollection containing a list of comma-delimited job names.