Share via


ActionHandlerInfo.Type プロパティ

種類を表す文字列値を取得します。値の設定も可能です。

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

構文

'宣言

Public Property Type As 
    Get
    Set
'使用

Dim instance As ActionHandlerInfo
Dim value As 

value = instance.Type

instance.Type = value
public  Type { get; set; }
public:
property ^ Type {
    ^ get ();
    void set (^ value);
}
member Type :  with get, set
function get Type () : 
function set Type (value : )

プロパティ値

型:
種類を表す値。

関連項目

参照

ActionHandlerInfo クラス

Microsoft.SqlServer.Management 名前空間