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