EnvironmentInfo(CatalogFolder, 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 EnvironmentInfo class with the specified parent, name and description.
public:
EnvironmentInfo(Microsoft::SqlServer::Management::IntegrationServices::CatalogFolder ^ parent, System::String ^ name, System::String ^ description);
public EnvironmentInfo (Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder parent, string name, string description);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo : Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder * string * string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
Public Sub New (parent As CatalogFolder, name As String, description As String)
Parameters
- parent
- CatalogFolder
The parent.
- name
- String
The name of the environment.
- description
- String
The description of the environment.