Condividi tramite


Costruttore DacInstance.Key (DacInstance.Key)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    other As DacInstance..::..Key _
)
'Utilizzo
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
)

Parametri