CatalogFolder(Catalog, 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 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.