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