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