次の方法で共有


Action.Key コンストラクター (String)

Action.Key クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    name As String _
)
'使用
Dim name As String 

Dim instance As New Action.Key(name)
public Key(
    string name
)
public:
Key(
    String^ name
)
new : 
        name:string -> Key
public function Action.Key(
    name : String
)

パラメーター

  • name
    型: System.String
    文字列として表現された Action オブジェクトの名前です。

関連項目

参照

Action.Key クラス

Action.Key オーバーロード

Microsoft.SqlServer.Management.XEvent 名前空間