TaskForm.ITaskFormInfo.Components Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current list of the 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
Property Value
The current list of the components.