Partilhar via


Propriedade do RDL ITransferJobsTask.JobsList

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the names of the jobs to transfer.

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

Sintaxe

'Declaração
Property JobsList As StringCollection 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ITransferJobsTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferJobsTask