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 the ReadOnlyEventColumnInfo.Key class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
other As ReadOnlyEventColumnInfo.Key _
)
'Usage
Dim other As ReadOnlyEventColumnInfo.Key
Dim instance As New ReadOnlyEventColumnInfo.Key(other)
public Key(
ReadOnlyEventColumnInfo.Key other
)
public:
Key(
ReadOnlyEventColumnInfo.Key^ other
)
new :
other:ReadOnlyEventColumnInfo.Key -> Key
public function ReadOnlyEventColumnInfo.Key(
other : ReadOnlyEventColumnInfo.Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
A ReadOnlyEventColumnInfo.Key object.
See Also
Reference
ReadOnlyEventColumnInfo.Key Class