Clase CatalogFolder
Represents the folder for the catalogs.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<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
'Uso
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
El tipo CatalogFolder expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
CatalogFolder | Initializes a new instance of the CatalogFolder class with the specified parent, name and description. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | (Se hereda de 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 | (Se hereda de SfcInstance.) | |
Name | Gets or sets the name of the folder. | |
Parent | Gets or sets the parent. | |
Projects | Gets the projects in the folder. | |
Properties | (Se hereda de SfcInstance.) | |
State | (Se hereda de SfcInstance.) | |
Urn | (Se hereda de SfcInstance.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Alter | Alters the folder in the back-end server. | |
Create | Creates the folder in the back-end server. | |
CreateIdentityKey | (Se hereda de SfcInstance.) | |
Deny | Denies the permission to a specified user. | |
DeployProject | Deploys the project with the specified project name and project stream. | |
Discover | (Se hereda de SfcInstance.) | |
Drop | Indicates the drop in the back-end server. | |
Equals | (Se hereda de Object.) | |
GetChildCollection | (Se hereda de SfcInstance.) | |
GetDomain | (Se hereda de 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 | (Se hereda de Object.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Se hereda de SfcInstance.) | |
GetType | (Se hereda de Object.) | |
GetTypeMetadataImpl | (Se hereda de SfcInstance.) | |
Grant | Grants permission to a specified user. | |
InitializeUIPropertyState | (Se hereda de SfcInstance.) | |
OnPropertyMetadataChanges | (Se hereda de SfcInstance.) | |
OnPropertyValueChanges | (Se hereda de SfcInstance.) | |
Refresh | (Se hereda de SfcInstance.) | |
Rename | Renames a folder. | |
ResetKey | (Se hereda de 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 | (Se hereda de SfcInstance.) | |
ToString | (Se hereda de SfcInstance.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | (Se hereda de SfcInstance.) | |
PropertyMetadataChanged | (Se hereda de SfcInstance.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices