DeployedDac.Key(String, String) Constructor

Definition

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

public:
 Key(System::String ^ keyName, System::String ^ keyServerInstanceName);
public Key (string keyName, string keyServerInstanceName);
new Microsoft.SqlServer.Management.Utility.DeployedDac.Key : string * string -> Microsoft.SqlServer.Management.Utility.DeployedDac.Key
Public Sub New (keyName As String, keyServerInstanceName As String)

Parameters

keyName
String

A String value that specifies the name of the key.

keyServerInstanceName
String

A String value that specifies the name of the server instance associated with the key.

Applies to