Partager via


Propriété TargetField.Description

Gets the description of a TargetField object.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Description As String 
    Get 
    Private Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

TargetField Classe

Espace de noms Microsoft.SqlServer.Management.XEvent