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.