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