次の方法で共有


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

他の Event.Key オブジェクトから Event.Key クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    other As Event.Key _
)
'使用
Dim other As Event.Key 

Dim instance As New Event.Key(other)
public Key(
    Event.Key other
)
public:
Key(
    Event.Key^ other
)
new : 
        other:Event.Key -> Key
public function Event.Key(
    other : Event.Key
)

パラメーター

関連項目

参照

Event.Key クラス

Event.Key オーバーロード

Microsoft.SqlServer.Management.XEvent 名前空間