Класс 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. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices