Compartir a través de


DeployedDac.Key Constructor

Initializes a new instance of the DeployedDac..::..Key class that has the specified name.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public Sub New ( _
    keyName As String, _
    keyServerInstanceName As String _
)
'Uso
Dim keyName As String
Dim keyServerInstanceName As String

Dim instance As New DeployedDac..::..Key(keyName, _
    keyServerInstanceName)
public Key(
    string keyName,
    string keyServerInstanceName
)
public:
Key(
    String^ keyName, 
    String^ keyServerInstanceName
)
new : 
        keyName:string * 
        keyServerInstanceName:string -> Key
public function DeployedDac..::..Key(
    keyName : String, 
    keyServerInstanceName : String
)

Parámetros