TaskForm.TaskComponents Property

Definition

Gets or sets the task components of the task form.

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

Property Value

The specified task components of the task form.

Applies to