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.