IntegrationServices Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the root of the Integration Services.
public ref class IntegrationServices sealed : Microsoft::SqlServer::Management::Sdk::Sfc::SfcInstance, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcDomain
public sealed class IntegrationServices : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain
type IntegrationServices = class
inherit SfcInstance
interface ISfcDomain
interface ISfcDomainLite
interface ISfcHasConnection
Public NotInheritable Class IntegrationServices
Inherits SfcInstance
Implements ISfcDomain
- Inheritance
- Implements
Constructors
IntegrationServices() |
Initializes a new instance of the IntegrationServices class. |
IntegrationServices(Server) |
Initializes a new instance of the IntegrationServices class with the specified server. |
IntegrationServices(SfcConnection) |
Initializes a new instance of the IntegrationServices class with the specified connection. |
IntegrationServices(SqlConnection) |
Initializes a new instance of the IntegrationServices class with the specified SQL connection. |
Properties
AbstractIdentityKey |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Catalogs |
Gets the catalogs. |
Connection |
Gets or sets the connection. |
IdentityKey |
Gets the identity key. |
Metadata |
Returns metadata about the instance and its domain. (Inherited from SfcInstance) |
Name |
Gets the name of the IntegrationServices object. |
Parent |
Gets or sets the instance parent via the keychain. (Inherited from SfcInstance) |
Properties |
Returns a collection instance properties. (Inherited from SfcInstance) |
PropertyStorageProvider |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
State |
Returns the state of the SfcInstance object. (Inherited from SfcInstance) |
Urn |
Returns the uniform resource name of the SfcInstance object. (Inherited from SfcInstance) |
Methods
AlterImpl() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
CheckObjectCreated() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
CheckObjectState() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
CreateIdentityKey() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
CreateImpl() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Discover(ISfcDependencyDiscoveryObjectSink) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
DropImpl() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
GetChildCollection(String) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
GetDomain() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
GetPropertySet() |
Returns the set of properties for the SfcInstance object. (Inherited from SfcInstance) |
GetTypeMetadataImpl() |
Indicates the domains that override by returning the right TypeMetadata class directly. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
InitializeUIPropertyState() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
MarkForDropImpl(Boolean) |
Returns a value that indicates the existing objects to be dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
MarkRootAsConnected() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
MoveImpl(SfcInstance) |
Indicates the new parent object to move in an instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs) |
Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance) |
OnPropertyValueChanges(PropertyChangedEventArgs) |
Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance) |
PostAlter(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostCreate(Object) |
Indicates the default implementor that creates the execution result. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostDrop(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostMove(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostRename(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Refresh() |
Refreshes the object's properties by reading them from the server. (Inherited from SfcInstance) |
RenameImpl(SfcKey) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
ResetKey() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Serialize(XmlWriter) |
Serializes the instance to XML. (Inherited from SfcInstance) |
ToString() |
Indicates the string identity which is the associated server name. |
UpdateUIPropertyState() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Validate() |
Indicates the basic child object's validation. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Events
propertyChanged |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PropertyChanged |
Occurs when a property value changes. (Inherited from SfcInstance) |
propertyMetadataChanged |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Occurs when a property metadata value changes. (Inherited from SfcInstance) |
PropertyMetadataChanged |
Occurs when the metadata for a property has changed. (Inherited from SfcInstance) |
Explicit Interface Implementations
ISfcDomain.GetExecutionEngine() |
Retrieves the execution engine. |
ISfcDomain.GetKey(IUrnFragment) |
Retrieves the key object given by urn fragment. |
ISfcDomain.GetType(String) |
Retrieves the type. |
ISfcDomain.GetTypeMetadata(String) |
Retrieves the metadata of the type that has the specified type name. |
ISfcDomain.UseSfcStateManagement() |
Retrieves or sets a value that indicates whether the SFC state management is used. |
ISfcDomainLite.DomainInstanceName | |
ISfcDomainLite.DomainName | |
ISfcDomainLite.GetLogicalVersion() |
Retrieves the logical version of the domain. |
ISfcHasConnection.ConnectionContext | |
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. |
ISfcHasConnection.SetConnection(ISfcConnection) |
Sets the active connection for the domain root. |