Classe IntegrationServices
Represents the root of the Integration Services.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public NotInheritable Class IntegrationServices _
Inherits SfcInstance _
Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Utilisation
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
Le type IntegrationServices expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AbstractIdentityKey | (hérité de SfcInstance.) | |
Catalogs | Gets the catalogs. | |
Connection | Gets or sets the connection. | |
IdentityKey | Gets the identity key. | |
Metadata | (hérité de SfcInstance.) | |
Name | Gets the name of the IntegrationServices object. | |
Parent | (hérité de SfcInstance.) | |
Properties | (hérité de SfcInstance.) | |
State | (hérité de SfcInstance.) | |
Urn | (hérité de SfcInstance.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CreateIdentityKey | (hérité de SfcInstance.) | |
Discover | (hérité de SfcInstance.) | |
Equals | (hérité de Object.) | |
GetChildCollection | (hérité de SfcInstance.) | |
GetDomain | (hérité de SfcInstance.) | |
GetHashCode | (hérité de Object.) | |
GetPropertySet | (hérité de SfcInstance.) | |
GetType | (hérité de Object.) | |
GetTypeMetadataImpl | (hérité de SfcInstance.) | |
InitializeUIPropertyState | (hérité de SfcInstance.) | |
OnPropertyMetadataChanges | (hérité de SfcInstance.) | |
OnPropertyValueChanges | (hérité de SfcInstance.) | |
Refresh | (hérité de SfcInstance.) | |
ResetKey | (hérité de SfcInstance.) | |
Serialize | (hérité de SfcInstance.) | |
ToString | Indicates the string identity which is the associated server name. (remplace SfcInstance.ToString().) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
PropertyChanged | (hérité de SfcInstance.) | |
PropertyMetadataChanged | (hérité de SfcInstance.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
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. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices