次の方法で共有


EventInfo.Key.Name プロパティ

EventInfo.Key オブジェクトの名前を取得します。

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

構文

'宣言
Public ReadOnly Property Name As String 
    Get
'使用
Dim instance As EventInfo.Key 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

プロパティ値

型: System.String
EventInfo.Key の名前を含む文字列値です。

関連項目

参照

EventInfo.Key クラス

Microsoft.SqlServer.Management.XEvent 名前空間