Classe CatalogFolder
Represents the folder for the catalogs.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<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
O tipo CatalogFolder expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
CatalogFolder | Initializes a new instance of the CatalogFolder class with the specified parent, name and description. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | (Herdado 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 | (Herdado 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 | (Herdado de SfcInstance.) | |
State | (Herdado de SfcInstance.) | |
Urn | (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Alter | Alters the folder in the back-end server. | |
Create | Creates the folder in the back-end server. | |
CreateIdentityKey | (Herdado de SfcInstance.) | |
Deny | Denies the permission to a specified user. | |
DeployProject | Deploys the project with the specified project name and project stream. | |
Discover | (Herdado de SfcInstance.) | |
Drop | Indicates the drop in the back-end server. | |
Equals | (Herdado de Object.) | |
GetChildCollection | (Herdado de SfcInstance.) | |
GetDomain | (Herdado 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 | (Herdado de Object.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | (Herdado de SfcInstance.) | |
Grant | Grants permission to a specified user. | |
InitializeUIPropertyState | (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | (Herdado de SfcInstance.) | |
OnPropertyValueChanges | (Herdado de SfcInstance.) | |
Refresh | (Herdado de SfcInstance.) | |
Rename | Renames a folder. | |
ResetKey | (Herdado 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 | (Herdado de SfcInstance.) | |
ToString | (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | (Herdado de SfcInstance.) | |
PropertyMetadataChanged | (Herdado de SfcInstance.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices