Compartilhar via


Construtor Computer.Key (Computer.Key)

Initializes a new instance of the Computer..::..Key class based on the specified key.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
Public Sub New ( _
    other As Computer..::..Key _
)
'Uso
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
)

Parâmetros