Classe IntegrationServices

Represents the root of the Integration Services.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class IntegrationServices _
    Inherits SfcInstance _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Utilizzo
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

Nel tipo IntegrationServices sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico IntegrationServices() Initializes a new instance of the IntegrationServices class.
Metodo pubblico IntegrationServices(SfcConnection) Initializes a new instance of the IntegrationServices class with the specified connection.
Metodo pubblico IntegrationServices(Server) Initializes a new instance of the IntegrationServices class with the specified server.
Metodo pubblico IntegrationServices(SqlConnection) Initializes a new instance of the IntegrationServices class with the specified SQL connection.

In alto

Proprietà

  Nome Descrizione
Proprietà protetta AbstractIdentityKey Ereditato da SfcInstance.
Proprietà pubblica Catalogs Gets the catalogs.
Proprietà pubblica Connection Gets or sets the connection.
Proprietà pubblica IdentityKey Gets the identity key.
Proprietà pubblica Metadata Ereditato da SfcInstance.
Proprietà pubblica Name Gets the name of the IntegrationServices object.
Proprietà pubblica Parent Ereditato da SfcInstance.
Proprietà pubblica Properties Ereditato da SfcInstance.
Proprietà protetta State Ereditato da SfcInstance.
Proprietà pubblica Urn Ereditato da SfcInstance.

In alto

Metodi

  Nome Descrizione
Metodo protetto CreateIdentityKey Ereditato da SfcInstance.
Metodo pubblico Discover Ereditato da SfcInstance.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto GetChildCollection Ereditato da SfcInstance.
Metodo pubblico GetDomain Ereditato da SfcInstance.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetPropertySet Ereditato da SfcInstance.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto GetTypeMetadataImpl Ereditato da SfcInstance.
Metodo protetto InitializeUIPropertyState Ereditato da SfcInstance.
Metodo protetto OnPropertyMetadataChanges Ereditato da SfcInstance.
Metodo protetto OnPropertyValueChanges Ereditato da SfcInstance.
Metodo pubblico Refresh Ereditato da SfcInstance.
Metodo protetto ResetKey Ereditato da SfcInstance.
Metodo pubblico Serialize Ereditato da SfcInstance.
Metodo pubblico ToString Indicates the string identity which is the associated server name. Esegue l'override di SfcInstance.ToString().

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Ereditato da SfcInstance.
Evento pubblico PropertyMetadataChanged Ereditato da SfcInstance.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaProprietà privata ISfcHasConnection.ConnectionContext Gets the context of the connection.
Implementazione esplicita dell'interfacciaProprietà privata ISfcDomainLite.DomainInstanceName Gets the name of the domain instance.
Implementazione esplicita dell'interfacciaProprietà privata ISfcDomainLite.DomainName Gets the name of the domain.
Implementazione esplicita dell'interfacciaMetodo privato ISfcHasConnection.GetConnection() Retrieves the server connection to the backing storage.
Implementazione esplicita dell'interfacciaMetodo privato 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.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetExecutionEngine Retrieves the execution engine.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetKey Retrieves the key object given by urn fragment.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomainLite.GetLogicalVersion Retrieves the logical version of the domain.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetType Retrieves the type.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetTypeMetadata Retrieves the metadata of the type that has the specified type name.
Implementazione esplicita dell'interfacciaMetodo privato ISfcHasConnection.SetConnection Sets the active connection for the domain root.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.UseSfcStateManagement Retrieves or sets a value that indicates whether the SFC state management is used.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices