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