Свойство EventInfo.Key.Name
Gets the name of a EventInfo.Key object.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public ReadOnly Property Name As String
Get
'Применение
Dim instance As EventInfo.Key
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
Значение свойства
Тип: System.String
A string value that contains the name of the EventInfo.Key.