Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the description of a TargetField object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Description As String
Get
Private Set
'Usage
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)
Property Value
Type: System.String
A string that contains the description of the [T::Microsoft.SqlServer.Management.XEvent.TargetField] object, or null.