共用方式為


TargetField.Description 屬性

Gets the description of a TargetField object.

命名空間:  Microsoft.SqlServer.Management.XEvent
組件:  Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Description As String 
    Get 
    Private Set
'用途
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)

屬性值

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

請參閱

參考

TargetField 類別

Microsoft.SqlServer.Management.XEvent 命名空間