DeployedDac.Key(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- keyServerInstanceName
- String
A String value that specifies the name of the server instance associated with the key.