CatalogFolder Class
Represents the folder for the catalogs.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
Public NotInheritable Class CatalogFolder _
Inherits SfcInstance _
Implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, _
IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
'Usage
Dim instance As CatalogFolder
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public sealed class CatalogFolder : SfcInstance,
ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable,
ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public ref class CatalogFolder sealed : public SfcInstance,
ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable,
ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type CatalogFolder =
class
inherit SfcInstance
interface ISfcCreatable
interface ICreatable
interface ISfcAlterable
interface IAlterable
interface IRenamable
interface ISfcRenamable
interface ISfcDiscoverObject
interface ISfcDroppable
interface IDroppable
end
public final class CatalogFolder extends SfcInstance implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable
The CatalogFolder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CatalogFolder | Initializes a new instance of the CatalogFolder class with the specified parent, name and description. |
Top
Properties
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.) |
Top
Methods
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 | Denies the permission to a specified user. | |
DeployProject | Deploys the project with the specified project name and project stream. | |
Discover | (Inherited from SfcInstance.) | |
Drop | Indicates the drop in the back-end server. | |
Equals | (Inherited from Object.) | |
GetChildCollection | (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 | Grants permission to a specified user. | |
InitializeUIPropertyState | (Inherited from SfcInstance.) | |
OnPropertyMetadataChanges | (Inherited from SfcInstance.) | |
OnPropertyValueChanges | (Inherited from SfcInstance.) | |
Refresh | (Inherited from SfcInstance.) | |
Rename | Renames a folder. | |
ResetKey | (Inherited from SfcInstance.) | |
Revoke | Revokes permission to a specified user. | |
ScriptAlter | Indicates the script to alter a folder. | |
ScriptCreate | Indicates the script to create a folder. | |
ScriptDeny | Indicates the script to deny the permission to a folder. | |
ScriptDrop | Indicates the script to drop a folder. | |
ScriptGrant | Indicates the script to grant the permission to a folder. | |
ScriptRevoke | Indicates the script to revoke the permission to a folder. | |
Serialize | (Inherited from SfcInstance.) | |
ToString | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SfcInstance.) | |
PropertyMetadataChanged | (Inherited from SfcInstance.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISfcDiscoverObject.Discover | Specifies whether to discover children and if their IsCrudActionHandledByParent is false (default), accumulate their CRUD scripts to my action script. | |
ISfcRenamable.Rename | Renames a folder. | |
ISfcRenamable.ScriptRename | Renames the script of a folder. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace