MapValueInfo.Key.Name プロパティ

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

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

構文

'宣言
Public ReadOnly Property Name As String 
    Get
'使用
Dim instance As MapValueInfo.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
MapValueInfo.Key オブジェクトの名前を含む文字列値です。

関連項目

参照

MapValueInfo.Key クラス

Microsoft.SqlServer.Management.XEvent 名前空間