Event.Key 생성자 (Event.Key)
Initializes a new instance of Event.Key class from another Event.Key object.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Public Sub New ( _
other As Event.Key _
)
‘사용 방법
Dim other As Event.Key
Dim instance As New Event.Key(other)
public Key(
Event.Key other
)
public:
Key(
Event.Key^ other
)
new :
other:Event.Key -> Key
public function Event.Key(
other : Event.Key
)
매개 변수
- other
유형: Microsoft.SqlServer.Management.XEvent.Event.Key
A Event.Key object.