Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the Target.Key class.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public Sub New ( _
other As Target.Key _
)
'Применение
Dim other As Target.Key
Dim instance As New Target.Key(other)
public Key(
Target.Key other
)
public:
Key(
Target.Key^ other
)
new :
other:Target.Key -> Key
public function Target.Key(
other : Target.Key
)
Параметры
- other
Тип: Microsoft.SqlServer.Management.XEvent.Target.Key
A Target.Key object.