Freigeben über


IntegrationServices-Klasse

Represents the root of the Integration Services.

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

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

Der IntegrationServices-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode IntegrationServices() Initializes a new instance of the IntegrationServices class.
Öffentliche Methode IntegrationServices(SfcConnection) Initializes a new instance of the IntegrationServices class with the specified connection.
Öffentliche Methode IntegrationServices(Server) Initializes a new instance of the IntegrationServices class with the specified server.
Öffentliche Methode IntegrationServices(SqlConnection) Initializes a new instance of the IntegrationServices class with the specified SQL connection.

Zum Anfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft AbstractIdentityKey (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Catalogs Gets the catalogs.
Öffentliche Eigenschaft Connection Gets or sets the connection.
Öffentliche Eigenschaft IdentityKey Gets the identity key.
Öffentliche Eigenschaft Metadata (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Name Gets the name of the IntegrationServices object.
Öffentliche Eigenschaft Parent (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Properties (Geerbt von SfcInstance.)
Geschützte Eigenschaft State (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Urn (Geerbt von SfcInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CreateIdentityKey (Geerbt von SfcInstance.)
Öffentliche Methode Discover (Geerbt von SfcInstance.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode GetChildCollection (Geerbt von SfcInstance.)
Öffentliche Methode GetDomain (Geerbt von SfcInstance.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetPropertySet (Geerbt von SfcInstance.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode GetTypeMetadataImpl (Geerbt von SfcInstance.)
Geschützte Methode InitializeUIPropertyState (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyMetadataChanges (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyValueChanges (Geerbt von SfcInstance.)
Öffentliche Methode Refresh (Geerbt von SfcInstance.)
Geschützte Methode ResetKey (Geerbt von SfcInstance.)
Öffentliche Methode Serialize (Geerbt von SfcInstance.)
Öffentliche Methode ToString Indicates the string identity which is the associated server name. (Überschreibt SfcInstance.ToString().)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged (Geerbt von SfcInstance.)
Öffentliches Ereignis PropertyMetadataChanged (Geerbt von SfcInstance.)

Zum Anfang

Explizite Schnittstellenimplementierungen

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

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace