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