EnvironmentReference.Key(String, String) Constructor

Definition

Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

public:
 Key(System::String ^ name, System::String ^ environmentFolderName);
public Key (string name, string environmentFolderName);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.Key : string * string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.Key
Public Sub New (name As String, environmentFolderName As String)

Parameters

name
String

The name of the environment.

environmentFolderName
String

The name of the environment folder.

Applies to