Конструктор Event.Key (String)
Initializes a new instance of Event.Key class from the name of the XEvent object.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String _
)
'Применение
Dim name As String
Dim instance As New Event.Key(name)
public Key(
string name
)
public:
Key(
String^ name
)
new :
name:string -> Key
public function Event.Key(
name : String
)
Параметры
- name
Тип: System.String
The name of the XEvent as string.