Поделиться через


Класс IntegrationServices

Represents the root of the Службы Integration Services.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public NotInheritable Class IntegrationServices _
    Inherits SfcInstance _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Применение
Dim instance As IntegrationServices
public sealed class IntegrationServices : SfcInstance, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
public ref class IntegrationServices sealed : public SfcInstance, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
[<SealedAttribute>]
type IntegrationServices =  
    class 
        inherit SfcInstance 
        interface ISfcDomain 
        interface ISfcDomainLite 
        interface ISfcHasConnection 
    end
public final class IntegrationServices extends SfcInstance implements ISfcDomain, ISfcDomainLite, ISfcHasConnection

Тип IntegrationServices обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод IntegrationServices() Initializes a new instance of the IntegrationServices class.
Открытый метод IntegrationServices(SfcConnection) Initializes a new instance of the IntegrationServices class with the specified connection.
Открытый метод IntegrationServices(Server) Initializes a new instance of the IntegrationServices class with the specified server.
Открытый метод IntegrationServices(SqlConnection) Initializes a new instance of the IntegrationServices class with the specified SQL connection.

В начало

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey (Производный от SfcInstance.)
Открытое свойство Catalogs Gets the catalogs.
Открытое свойство Connection Gets or sets the connection.
Открытое свойство IdentityKey Gets the identity key.
Открытое свойство Metadata (Производный от SfcInstance.)
Открытое свойство Name Gets the name of the IntegrationServices object.
Открытое свойство Parent (Производный от SfcInstance.)
Открытое свойство Properties (Производный от SfcInstance.)
Защищенное свойство State (Производный от SfcInstance.)
Открытое свойство Urn (Производный от SfcInstance.)

В начало

Методы

  Имя Описание
Защищенный метод CreateIdentityKey (Производный от SfcInstance.)
Открытый метод Discover (Производный от SfcInstance.)
Открытый метод Equals (Производный от Object.)
Защищенный метод GetChildCollection (Производный от SfcInstance.)
Открытый метод GetDomain (Производный от SfcInstance.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetPropertySet (Производный от SfcInstance.)
Открытый метод GetType (Производный от Object.)
Защищенный метод GetTypeMetadataImpl (Производный от SfcInstance.)
Защищенный метод InitializeUIPropertyState (Производный от SfcInstance.)
Защищенный метод OnPropertyMetadataChanges (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges (Производный от SfcInstance.)
Открытый метод Refresh (Производный от SfcInstance.)
Защищенный метод ResetKey (Производный от SfcInstance.)
Открытый метод Serialize (Производный от SfcInstance.)
Открытый метод ToString Indicates the string identity which is the associated server name. (Переопределяет SfcInstance.ToString().)

В начало

События

  Имя Описание
Открытое событие PropertyChanged (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged (Производный от SfcInstance.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытое свойство ISfcHasConnection.ConnectionContext Gets the context of the connection.
Явная реализация интерфейсаЗакрытое свойство ISfcDomainLite.DomainInstanceName Gets the name of the domain instance.
Явная реализация интерфейсаЗакрытое свойство ISfcDomainLite.DomainName Gets the name of the domain.
Явная реализация интерфейсаЗакрытый метод ISfcHasConnection.GetConnection() Retrieves the server connection to the backing storage.
Явная реализация интерфейсаЗакрытый метод ISfcHasConnection.GetConnection(SfcObjectQueryMode) Retrieves the current connection to query on. Returns a connection supporting either a single serial query or multiple simultaneously open queries as requested.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetExecutionEngine Retrieves the execution engine.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetKey Retrieves the key object given by urn fragment.
Явная реализация интерфейсаЗакрытый метод ISfcDomainLite.GetLogicalVersion Retrieves the logical version of the domain.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetType Retrieves the type.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetTypeMetadata Retrieves the metadata of the type that has the specified type name.
Явная реализация интерфейсаЗакрытый метод ISfcHasConnection.SetConnection Sets the active connection for the domain root.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.UseSfcStateManagement Retrieves or sets a value that indicates whether the SFC state management is used.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.IntegrationServices