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