Compartir a través de


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
Método público CatalogFolder Initializes a new instance of the CatalogFolder class with the specified parent, name and description.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance.)
Propiedad pública Description Gets or sets the description of the CatalogFolder object.
Propiedad pública Environments Gets the environments in the folder.
Propiedad pública FolderId Gets the identifier of the folder.
Propiedad pública IdentityKey Gets the identity key.
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública Name Gets or sets the name of the folder.
Propiedad pública Parent Gets or sets the parent.
Propiedad pública Projects Gets the projects in the folder.
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Urn (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método público Alter Alters the folder in the back-end server.
Método público Create Creates the folder in the back-end server.
Método protegido CreateIdentityKey (Se hereda de SfcInstance.)
Método público Deny Denies the permission to a specified user.
Método público DeployProject Deploys the project with the specified project name and project stream.
Método público Discover (Se hereda de SfcInstance.)
Método público Drop Indicates the drop in the back-end server.
Método público Equals (Se hereda de Object.)
Método protegido GetChildCollection (Se hereda de SfcInstance.)
Método público GetDomain (Se hereda de SfcInstance.)
Método público GetEffectivePermissions Gets the effective permissions for the CatalogFolder object.
Método público GetExplicitPermissions() Gets the explicit permissions of the CatalogFolder object.
Método público GetExplicitPermissions(String) Gets the explicit permissions of the CatalogFolder object for a specified user.
Método público GetHashCode (Se hereda de Object.)
Método públicoMiembro estático GetObjectFactory Gets the factory to create a new instance.
Método público GetPropertySet (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl (Se hereda de SfcInstance.)
Método público Grant Grants permission to a specified user.
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance.)
Método público Refresh (Se hereda de SfcInstance.)
Método público Rename Renames a folder.
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público Revoke Revokes permission to a specified user.
Método público ScriptAlter Indicates the script to alter a folder.
Método público ScriptCreate Indicates the script to create a folder.
Método público ScriptDeny Indicates the script to deny the permission to a folder.
Método público ScriptDrop Indicates the script to drop a folder.
Método público ScriptGrant Indicates the script to grant the permission to a folder.
Método público ScriptRevoke Indicates the script to revoke the permission to a folder.
Método público Serialize (Se hereda de SfcInstance.)
Método público ToString (Se hereda de SfcInstance.)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged (Se hereda de SfcInstance.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcDiscoverObject.Discover Specifies whether to discover children and if their IsCrudActionHandledByParent is false (default), accumulate their CRUD scripts to my action script.
Implementación de interfaces explícitasMétodo privado ISfcRenamable.Rename Renames a folder.
Implementación de interfaces explícitasMétodo privado 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