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 命名空间