Свойство IEventFieldMetadata.Name
Gets the name of the event field.
Пространство имен: Microsoft.SqlServer.XEvent
Сборка: Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)
Синтаксис
'Декларация
ReadOnly Property Name As String
Get
'Применение
Dim instance As IEventFieldMetadata
Dim value As String
value = instance.Name
string Name { get; }
property String^ Name {
String^ get ();
}
abstract Name : string
function get Name () : String
Значение свойства
Тип: System.String
The name of the event field.