EnvironmentInfo(CatalogFolder, String, String) Constructor

Definition

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.

Applies to