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