CatalogFolder 클래스

Represents the folder for the catalogs.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<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
‘사용 방법
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

CatalogFolder 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 CatalogFolder Initializes a new instance of the CatalogFolder class with the specified parent, name and description.

맨 위로 이동

속성

  이름 설명
보호된 속성 AbstractIdentityKey (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 (SfcInstance에서 상속됨)
공용 속성 Name Gets or sets the name of the folder.
공용 속성 Parent Gets or sets the parent.
공용 속성 Projects Gets the projects in the folder.
공용 속성 Properties (SfcInstance에서 상속됨)
보호된 속성 State (SfcInstance에서 상속됨)
공용 속성 Urn (SfcInstance에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Alter Alters the folder in the back-end server.
공용 메서드 Create Creates the folder in the back-end server.
보호된 메서드 CreateIdentityKey (SfcInstance에서 상속됨)
공용 메서드 Deny Denies the permission to a specified user.
공용 메서드 DeployProject Deploys the project with the specified project name and project stream.
공용 메서드 Discover (SfcInstance에서 상속됨)
공용 메서드 Drop Indicates the drop in the back-end server.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 GetChildCollection (SfcInstance에서 상속됨)
공용 메서드 GetDomain (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 (Object에서 상속됨)
공용 메서드정적 멤버 GetObjectFactory Gets the factory to create a new instance.
공용 메서드 GetPropertySet (SfcInstance에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 GetTypeMetadataImpl (SfcInstance에서 상속됨)
공용 메서드 Grant Grants permission to a specified user.
보호된 메서드 InitializeUIPropertyState (SfcInstance에서 상속됨)
보호된 메서드 OnPropertyMetadataChanges (SfcInstance에서 상속됨)
보호된 메서드 OnPropertyValueChanges (SfcInstance에서 상속됨)
공용 메서드 Refresh (SfcInstance에서 상속됨)
공용 메서드 Rename Renames a folder.
보호된 메서드 ResetKey (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 (SfcInstance에서 상속됨)
공용 메서드 ToString (SfcInstance에서 상속됨)

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 PropertyChanged (SfcInstance에서 상속됨)
공용 이벤트 PropertyMetadataChanged (SfcInstance에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스