Share via


Constructeur DacInstance.Key (DacInstance.Key)

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    other As DacInstance..::..Key _
)
'Utilisation
Dim other As DacInstance..::..Key

Dim instance As New DacInstance..::..Key(other)
public Key(
    DacInstance..::..Key other
)
public:
Key(
    DacInstance..::..Key^ other
)
new : 
        other:DacInstance..::..Key -> Key
public function DacInstance..::..Key(
    other : DacInstance..::..Key
)

Paramètres