TaskForm.ITaskFormInfo.Components 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得元件的目前清單。
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
屬性值
元件的目前清單。