Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new instance of the Package.Key class from another Package.Key object.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As Package.Key _
)
'Utilisation
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
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.XEvent.Package.Key
A Package.Key object.