TaskForm.ITaskFormInfo.Components Proprietà

Definizione

Ottiene l'elenco corrente dei componenti.

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

Valore della proprietà

IList<ITaskFormComponentInfo>

Elenco corrente dei componenti.

Implementazioni

Si applica a