Compartir a través de


Clase IntegrationServices

Represents the root of the Integration Services.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class IntegrationServices _
    Inherits SfcInstance _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Uso
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

El tipo IntegrationServices expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público IntegrationServices() Initializes a new instance of the IntegrationServices class.
Método público IntegrationServices(SfcConnection) Initializes a new instance of the IntegrationServices class with the specified connection.
Método público IntegrationServices(Server) Initializes a new instance of the IntegrationServices class with the specified server.
Método público IntegrationServices(SqlConnection) Initializes a new instance of the IntegrationServices class with the specified SQL connection.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance.)
Propiedad pública Catalogs Gets the catalogs.
Propiedad pública Connection Gets or sets the connection.
Propiedad pública IdentityKey Gets the identity key.
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública Name Gets the name of the IntegrationServices object.
Propiedad pública Parent (Se hereda de SfcInstance.)
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Urn (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método protegido CreateIdentityKey (Se hereda de SfcInstance.)
Método público Discover (Se hereda de SfcInstance.)
Método público Equals (Se hereda de Object.)
Método protegido GetChildCollection (Se hereda de SfcInstance.)
Método público GetDomain (Se hereda de SfcInstance.)
Método público GetHashCode (Se hereda de Object.)
Método público GetPropertySet (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl (Se hereda de SfcInstance.)
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance.)
Método público Refresh (Se hereda de SfcInstance.)
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público Serialize (Se hereda de SfcInstance.)
Método público ToString Indicates the string identity which is the associated server name. (Invalida SfcInstance.ToString().)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged (Se hereda de SfcInstance.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada ISfcHasConnection.ConnectionContext Gets the context of the connection.
Implementación de interfaces explícitasPropiedad privada ISfcDomainLite.DomainInstanceName Gets the name of the domain instance.
Implementación de interfaces explícitasPropiedad privada ISfcDomainLite.DomainName Gets the name of the domain.
Implementación de interfaces explícitasMétodo privado ISfcHasConnection.GetConnection() Retrieves the server connection to the backing storage.
Implementación de interfaces explícitasMétodo privado 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.
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetExecutionEngine Retrieves the execution engine.
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetKey Retrieves the key object given by urn fragment.
Implementación de interfaces explícitasMétodo privado ISfcDomainLite.GetLogicalVersion Retrieves the logical version of the domain.
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetType Retrieves the type.
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetTypeMetadata Retrieves the metadata of the type that has the specified type name.
Implementación de interfaces explícitasMétodo privado ISfcHasConnection.SetConnection Sets the active connection for the domain root.
Implementación de interfaces explícitasMétodo privado ISfcDomain.UseSfcStateManagement Retrieves or sets a value that indicates whether the SFC state management is used.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices