ITransferJobsTask.JobsList 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the names of the jobs to transfer.

命名空间:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
程序集:  Microsoft.SqlServer.TransferJobsTask(在 Microsoft.SqlServer.TransferJobsTask.dll 中)

语法

声明
Property JobsList As StringCollection 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

ITransferJobsTask 接口

Microsoft.SqlServer.Dts.Tasks.TransferJobsTask 命名空间