次の方法で共有


TargetColumnInfo.Value プロパティ

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

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Value As String 
    Get
'使用
Dim instance As TargetColumnInfo 
Dim value As String 

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

プロパティ値

型: System.String
TargetColumnInfo オブジェクトの値です。

関連項目

参照

TargetColumnInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間