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