IntegrationServices Class
SQL Server 2012
Represents the root of the Integration Services.
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
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)
The IntegrationServices type exposes the following members.
| Name | 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. |
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | (Inherited from SfcInstance.) |
![]() | Catalogs | Gets the catalogs. |
![]() | Connection | Gets or sets the connection. |
![]() | IdentityKey | Gets the identity key. |
![]() | Metadata | (Inherited from SfcInstance.) |
![]() | Name | Gets the name of the IntegrationServices object. |
![]() | Parent | (Inherited from SfcInstance.) |
![]() | Properties | (Inherited from SfcInstance.) |
![]() | State | (Inherited from SfcInstance.) |
![]() | Urn | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | CreateIdentityKey | (Inherited from SfcInstance.) |
![]() | Discover | (Inherited from SfcInstance.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetChildCollection | (Inherited from SfcInstance.) |
![]() | GetDomain | (Inherited from SfcInstance.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPropertySet | (Inherited from SfcInstance.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetTypeMetadataImpl | (Inherited from SfcInstance.) |
![]() | InitializeUIPropertyState | (Inherited from SfcInstance.) |
![]() | OnPropertyMetadataChanges | (Inherited from SfcInstance.) |
![]() | OnPropertyValueChanges | (Inherited from SfcInstance.) |
![]() | Refresh | (Inherited from SfcInstance.) |
![]() | ResetKey | (Inherited from SfcInstance.) |
![]() | Serialize | (Inherited from SfcInstance.) |
![]() | ToString | Indicates the string identity which is the associated server name. (Overrides SfcInstance.ToString().) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | (Inherited from SfcInstance.) |
| Name | 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. |


