共用方式為


TargetColumnInfo.Value 屬性

Gets the value of a TargetColumnInfo object.

命名空間:  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
The value of a TargetColumnInfo object.

請參閱

參考

TargetColumnInfo 類別

Microsoft.SqlServer.Management.XEvent 命名空間