TaskForm.TaskComponents 屬性

定義

取得或設定任務表單中的任務組件。

public:
 property Microsoft::SqlServer::Management::TaskFormTaskComponents ^ TaskComponents { Microsoft::SqlServer::Management::TaskFormTaskComponents ^ get(); void set(Microsoft::SqlServer::Management::TaskFormTaskComponents ^ value); };
public Microsoft.SqlServer.Management.TaskFormTaskComponents TaskComponents { get; set; }
member this.TaskComponents : Microsoft.SqlServer.Management.TaskFormTaskComponents with get, set
Public Property TaskComponents As TaskFormTaskComponents

屬性值

任務表單中指定的任務組件。

適用於