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