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.
Initializes a new instance of the Volume.Key class based on the specified key.
Espace de noms : Microsoft.SqlServer.Management.Utility
Assembly : Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As Volume.Key _
)
'Utilisation
Dim other As Volume.Key
Dim instance As New Volume.Key(other)
public Key(
Volume.Key other
)
public:
Key(
Volume.Key^ other
)
new :
other:Volume.Key -> Key
public function Volume.Key(
other : Volume.Key
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.Utility.Volume.Key
A Volume.Key value that specifies the other key.