Target.Key 建構函式 (Target.Key)
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.