Initializes a new instance of DataEventColumnInfo.Key from another instance.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
Public Sub New ( _
other As DataEventColumnInfo.Key _
)
用法
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
)
参数
- other
类型:Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
An instance of DataEventColumnInfo.Key.