TaskForm.ITaskFormInfo.Components 属性

定义

获取组件的当前列表。

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

属性值

组件的当前列表。

实现

适用于