ITaskFormInfo.Components Property

Definition

Gets the current list of the components.

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::ITaskFormComponentInfo ^> ^ Components { System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::ITaskFormComponentInfo ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.ITaskFormComponentInfo> Components { get; }
member this.Components : System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.ITaskFormComponentInfo>
Public ReadOnly Property Components As IList(Of ITaskFormComponentInfo)

Property Value

The current list of the components.

Applies to