EnvironmentReference.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 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.