Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the PredCompareInfo.Key class from another PredCompareInfo.Key object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
other As PredCompareInfo.Key _
)
'Usage
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
)
Parameters
- other
Type: Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key
A PredCompareInfo.Key object.