Share via


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)

속성 값

구성 요소의 현재 목록입니다.

적용 대상