Package.Key 建構函式 (Package.Key)
Creates a new instance of the Package.Key class from another Package.Key object.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Sub New ( _
other As Package.Key _
)
'用途
Dim other As Package.Key
Dim instance As New Package.Key(other)
public Key(
Package.Key other
)
public:
Key(
Package.Key^ other
)
new :
other:Package.Key -> Key
public function Package.Key(
other : Package.Key
)
參數
- other
型別:Microsoft.SqlServer.Management.XEvent.Package.Key
A Package.Key object.