Compartir a través de


TargetField.Description Propiedad

Gets the description of a TargetField object.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Description As String 
    Get 
    Private Set
'Uso
Dim instance As TargetField 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string Description { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ Description {
    String^ get ();
    private: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member Description : string with get, private set
function get Description () : String 
private function set Description (value : String)

Valor de la propiedad

Tipo: System.String
A string that contains the description of the [T::Microsoft.SqlServer.Management.XEvent.TargetField] object, or null.

Vea también

Referencia

TargetField Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent