EnvironmentInfo.Key(String) Constructor

Definition

Initializes a new instance of the EnvironmentInfo.Key class that takes the key name.

public:
 Key(System::String ^ managedInstanceName);
public Key (string managedInstanceName);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key : string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key
Public Sub New (managedInstanceName As String)

Parameters

managedInstanceName
String

The name of the managed instance.

Applies to