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