Creates a new instance of the EventColumnInfo.Key class from another object.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
Public Sub New ( _
other As EventColumnInfo.Key _
)
用法
Dim other As EventColumnInfo.Key
Dim instance As New EventColumnInfo.Key(other)
public Key(
EventColumnInfo.Key other
)
public:
Key(
EventColumnInfo.Key^ other
)
new :
other:EventColumnInfo.Key -> Key
public function EventColumnInfo.Key(
other : EventColumnInfo.Key
)
参数
- other
类型:Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key
A EventColumnInfo.Key object.