TaskComponent.ITaskFormComponentInfo.ComponentType Property
Gets the specified type of component.
Namespace: Microsoft.SqlServer.Management
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Private ReadOnly Property ComponentType As Type
Implements ITaskFormComponentInfo.ComponentType
Get
'Usage
Dim instance As TaskComponent
Dim value As Type
value = CType(instance, ITaskFormComponentInfo).ComponentType
Type ITaskFormComponentInfo.ComponentType { get; }
private:
virtual property Type^ ComponentType {
Type^ get () sealed = ITaskFormComponentInfo::ComponentType::get;
}
private abstract ComponentType : Type
private override ComponentType : Type
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Type
The type of component.