Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of DataEventColumnInfo.Key from another instance.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
other As DataEventColumnInfo.Key _
)
'Usage
Dim other As DataEventColumnInfo.Key
Dim instance As New DataEventColumnInfo.Key(other)
public Key(
DataEventColumnInfo.Key other
)
public:
Key(
DataEventColumnInfo.Key^ other
)
new :
other:DataEventColumnInfo.Key -> Key
public function DataEventColumnInfo.Key(
other : DataEventColumnInfo.Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
An instance of DataEventColumnInfo.Key.