EventName 属性

Gets the name of the event.

命名空间:  Microsoft.SqlServer.Management.Facets
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public ReadOnly Property EventName As String
    Get
用法
Dim instance As StateChangeEventAttribute
Dim value As String

value = instance.EventName
public string EventName { get; }
public:
property String^ EventName {
    String^ get ();
}
member EventName : string
function get EventName () : String

属性值

类型:System. . :: . .String
A String object value that specifies the event.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。