Share via


TaskComponent.ITaskFormComponentInfo.ComponentType プロパティ

指定された種類のコンポーネントを取得します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Private ReadOnly Property ComponentType As 
    Implements ITaskFormComponentInfo.ComponentType
    Get
'使用

Dim instance As TaskComponent
Dim value As 

value = CType(instance, ITaskFormComponentInfo).ComponentType
 ITaskFormComponentInfo.ComponentType { get; }
private:
virtual property ^ ComponentType {
    ^ get () sealed = ITaskFormComponentInfo::ComponentType::get;
}
private abstract ComponentType : 
private override ComponentType : 
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型:
コンポーネントの種類。

実装

ITaskFormComponentInfo.ComponentType

関連項目

参照

TaskComponent クラス

Microsoft.SqlServer.Management 名前空間