TargetInfo.Key 建構函式 (TargetInfo.Key)
Initializes a new instance of the TargetInfo.Key class.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Sub New ( _
other As TargetInfo.Key _
)
'用途
Dim other As TargetInfo.Key
Dim instance As New TargetInfo.Key(other)
public Key(
TargetInfo.Key other
)
public:
Key(
TargetInfo.Key^ other
)
new :
other:TargetInfo.Key -> Key
public function TargetInfo.Key(
other : TargetInfo.Key
)
參數
- other
型別:Microsoft.SqlServer.Management.XEvent.TargetInfo.Key
A TargetInfo.Key object.