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