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