CatalogFolder Class
Represents the folder for the catalogs.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcInstance
Microsoft.SqlServer.Management.IntegrationServices::CatalogFolder
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")] [TypeConverterAttribute((LocalizableTypeConverter^::typeid))] public ref class CatalogFolder sealed : SfcInstance, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
| Name | Description | |
|---|---|---|
![]() | CatalogFolder(Catalog^, String^, String^) | Initializes a new instance of the CatalogFolder class with the specified parent, name and description. |
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | (Inherited from SfcInstance.) |
![]() | Description | Gets or sets the description of the CatalogFolder object. |
![]() | Environments | Gets the environments in the folder. |
![]() | FolderId | Gets the identifier of the folder. |
![]() | IdentityKey | Gets the identity key. |
![]() | Metadata | (Inherited from SfcInstance.) |
![]() | Name | Gets or sets the name of the folder. |
![]() | Parent | Gets or sets the parent. |
![]() | Projects | Gets the projects in the folder. |
![]() | Properties | (Inherited from SfcInstance.) |
![]() | State | (Inherited from SfcInstance.) |
![]() | Urn | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | Alter() | Alters the folder in the back-end server. |
![]() | Create() | Creates the folder in the back-end server. |
![]() | CreateIdentityKey() | (Inherited from SfcInstance.) |
![]() | Deny(PermissionType, String^) | Denies the permission to a specified user. |
![]() | DeployPackages(String^, Dictionary<String^, String^>^) | |
![]() | DeployProject(String^, array<Byte>^) | Deploys the project with the specified project name and project stream. |
![]() | Discover(ISfcDependencyDiscoveryObjectSink^) | (Inherited from SfcInstance.) |
![]() | Drop() | Indicates the drop in the back-end server. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetChildCollection(String^) | (Inherited from SfcInstance.) |
![]() | GetDomain() | (Inherited from SfcInstance.) |
![]() | GetEffectivePermissions() | Gets the effective permissions for the CatalogFolder object. |
![]() | GetExplicitPermissions() | Gets the explicit permissions of the CatalogFolder object. |
![]() | GetExplicitPermissions(String^) | Gets the explicit permissions of the CatalogFolder object for a specified user. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetObjectFactory() | Gets the factory to create a new instance. |
![]() | GetPropertySet() | (Inherited from SfcInstance.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeMetadataImpl() | (Inherited from SfcInstance.) |
![]() | Grant(PermissionType, String^) | Grants permission to a specified user. |
![]() | InitializeUIPropertyState() | (Inherited from SfcInstance.) |
![]() | OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs^) | (Inherited from SfcInstance.) |
![]() | OnPropertyValueChanges(PropertyChangedEventArgs^) | (Inherited from SfcInstance.) |
![]() | Refresh() | (Inherited from SfcInstance.) |
![]() | Rename(String^) | Renames a folder. |
![]() | ResetKey() | (Inherited from SfcInstance.) |
![]() | Revoke(PermissionType, String^) | Revokes permission to a specified user. |
![]() | ScriptAlter() | Indicates the script to alter a folder. |
![]() | ScriptCreate() | Indicates the script to create a folder. |
![]() | ScriptDeny(PermissionType, Int32) | Indicates the script to deny the permission to a folder. |
![]() | ScriptDrop() | Indicates the script to drop a folder. |
![]() | ScriptGrant(PermissionType, Int32) | Indicates the script to grant the permission to a folder. |
![]() | ScriptRevoke(PermissionType, Int32) | Indicates the script to revoke the permission to a folder. |
![]() | Serialize(XmlWriter^) | (Inherited from SfcInstance.) |
![]() | ToString() | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcDiscoverObject::Discover(ISfcDependencyDiscoveryObjectSink^) | Specifies whether to discover children and if their IsCrudActionHandledByParent is false (default), accumulate their CRUD scripts to my action script. |
![]() ![]() | ISfcRenamable::Rename(SfcKey^) | Renames a folder. |
![]() ![]() | ISfcRenamable::ScriptRename(SfcKey^) | Renames the script of a folder. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







