CatalogFolder(Catalog, String, String) Constructor

Definition

Initializes a new instance of the CatalogFolder class with the specified parent, name and description.

public:
 CatalogFolder(Microsoft::SqlServer::Management::IntegrationServices::Catalog ^ parent, System::String ^ name, System::String ^ description);
public CatalogFolder (Microsoft.SqlServer.Management.IntegrationServices.Catalog parent, string name, string description);
new Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder : Microsoft.SqlServer.Management.IntegrationServices.Catalog * string * string -> Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
Public Sub New (parent As Catalog, name As String, description As String)

Parameters

parent
Catalog

The parent.

name
String

The name of the folder.

description
String

The description of the folder.

Applies to