共用方式為


ActionInfo.Description 屬性

Gets the description of an Action object.

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

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Description As String 
    Get
'用途
Dim instance As ActionInfo 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string Description { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
virtual property String^ Description {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
abstract Description : string
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
override Description : string
final function get Description () : String

屬性值

型別:System.String
A string that specifies the description of an Action object.

實作

IXEObjectInfo.Description

請參閱

參考

ActionInfo 類別

Microsoft.SqlServer.Management.XEvent 命名空間