DacInstance.Key Constructor (DacInstance.Key)

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

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

Parameters