Compartilhar via


Propriedade do RDL TargetColumnInfo.Value

Gets the value of a TargetColumnInfo object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Value As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The value of a TargetColumnInfo object.

Consulte também

Referência

TargetColumnInfo Classe

Namespace Microsoft.SqlServer.Management.XEvent