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 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