Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the Computer.Key class based on the specified key.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Sub New ( _
other As Computer.Key _
)
'Usage
Dim other As Computer.Key
Dim instance As New Computer.Key(other)
public Key(
Computer.Key other
)
public:
Key(
Computer.Key^ other
)
new :
other:Computer.Key -> Key
public function Computer.Key(
other : Computer.Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.Utility.Computer.Key
A Computer.Key value that specifies the other key.