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