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