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
'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
)
Parameters
- other
Type: Microsoft.SqlServer.Management.Dac.DacInstance.Key
A DacInstance.Key value that specifies the other key.