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.