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