次の方法で共有


MapValueInfo.Value プロパティ

MapValueInfo オブジェクトの値を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Value As String 
    Get
'使用
Dim instance As MapValueInfo 
Dim value As String 

value = instance.Value
[SfcPropertyAttribute(Data = true)]
public string Value { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Value {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Value : string
function get Value () : String

プロパティ値

型: System.String
値を表す文字列です。

関連項目

参照

MapValueInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間