EventColumnInfo.Value プロパティ

EventColumnInfo オブジェクトの値を取得します。

名前空間:  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 EventColumnInfo 
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
EventColumnInfo オブジェクトの値を含んだ文字列です。

関連項目

参照

EventColumnInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間