ITaskFormInfo.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)

屬性值

IList<ITaskFormComponentInfo>

元件的目前清單。

適用於