Catalog 类

Represents an Integration Services database.

继承层次结构

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

命名空间:  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 Catalog _
    Inherits SfcInstance _
    Implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable,  _
    ISfcDroppable, IDroppable, ISfcDiscoverObject
用法
Dim instance As Catalog
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public sealed class Catalog : SfcInstance, 
    ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, 
    IDroppable, ISfcDiscoverObject
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public ref class Catalog sealed : public SfcInstance, 
    ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, 
    IDroppable, ISfcDiscoverObject
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type Catalog =  
    class 
        inherit SfcInstance 
        interface ISfcCreatable 
        interface ICreatable 
        interface ISfcAlterable 
        interface IAlterable 
        interface ISfcDroppable 
        interface IDroppable 
        interface ISfcDiscoverObject 
    end
public final class Catalog extends SfcInstance implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, IDroppable, ISfcDiscoverObject

Catalog 类型公开以下成员。

构造函数

  名称 说明
公共方法 Catalog Initializes a new instance of the Catalog class with the specified parent, name and password.

页首

属性

  名称 说明
受保护属性 AbstractIdentityKey (从 SfcInstance 继承。)
公共属性 EncryptionAlgorithm Gets the encryption algorithm used in a catalog.
公共属性 Executions Gets the execution collection.
公共属性 Folders Gets the folder collection.
公共属性 IdentityKey Gets the identity key.
公共属性 MaxProjectVersions Gets or sets the maximum number of stored versions per project.
公共属性 Metadata (从 SfcInstance 继承。)
公共属性 Name Gets or sets the name of the catalog.
公共属性 OperationCleanupEnabled Gets or sets a value that indicates whether the operation cleanup is enabled.
公共属性 OperationLogNumberOfRecords Gets the operation log number of records.
公共属性 OperationLogRetentionTime Gets or sets the retention period for the operation logs.
公共属性 OperationLogSize Gets the size of the operation log.
公共属性 Operations Gets the operation collection.
公共属性 Parent Gets or sets the parent.
公共属性 Properties (从 SfcInstance 继承。)
公共属性 SchemaBuild Gets the schema build of the catalog.
公共属性 SchemaVersion Gets the schema version of the catalog.
公共属性 ServerLoggingLevel Gets or sets the logging level type used in the catalog.
受保护属性 State (从 SfcInstance 继承。)
公共属性 Urn (从 SfcInstance 继承。)
公共属性 Validations Gets the validation collection.
公共属性 VersionCleanupEnabled Gets or sets a value that indicates whether the version cleanup is enabled.
公共属性 VersionLogNumberOfRecords Gets the version log number of records.
公共属性 VersionLogSize Gets the size of the version log of the catalog.

页首

方法

  名称 说明
公共方法 Alter Alters the catalog in the back-end server.
公共方法 ChangeEncryptionAlgorithm Changes the encryption algorithm.
公共方法 Create() Creates the catalog in the back-end server.
公共方法 Create(Boolean) Creates the catalog in the back-end server.
受保护方法 CreateIdentityKey (从 SfcInstance 继承。)
公共方法 Discover (从 SfcInstance 继承。)
公共方法 Drop Indicates the drop in the back-end server.
公共方法 Equals (从 Object 继承。)
受保护方法 GetChildCollection (从 SfcInstance 继承。)
公共方法 GetDomain (从 SfcInstance 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法静态成员 GetObjectFactory Gets the factory to create a new instance.
公共方法 GetPropertySet (从 SfcInstance 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 GetTypeMetadataImpl (从 SfcInstance 继承。)
受保护方法 InitializeUIPropertyState (从 SfcInstance 继承。)
受保护方法 OnPropertyMetadataChanges (从 SfcInstance 继承。)
受保护方法 OnPropertyValueChanges (从 SfcInstance 继承。)
公共方法 Refresh (从 SfcInstance 继承。)
受保护方法 ResetKey (从 SfcInstance 继承。)
公共方法 ScriptAlter Determines the script to alter the catalog.
公共方法 ScriptCreate Determines the script to create the catalog.
公共方法 ScriptDrop Determines the script to drop the catalog.
公共方法 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 the action script.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.IntegrationServices 命名空间