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.