IntegrationServices 类

Represents the root of the Integration Services.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public NotInheritable Class IntegrationServices _
    Inherits SfcInstance _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
用法
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

IntegrationServices 类型公开以下成员。

构造函数

  名称 说明
公共方法 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.

页首

属性

  名称 说明
受保护属性 AbstractIdentityKey (从 SfcInstance 继承。)
公共属性 Catalogs Gets the catalogs.
公共属性 Connection Gets or sets the connection.
公共属性 IdentityKey Gets the identity key.
公共属性 Metadata (从 SfcInstance 继承。)
公共属性 Name Gets the name of the IntegrationServices object.
公共属性 Parent (从 SfcInstance 继承。)
公共属性 Properties (从 SfcInstance 继承。)
受保护属性 State (从 SfcInstance 继承。)
公共属性 Urn (从 SfcInstance 继承。)

页首

方法

  名称 说明
受保护方法 CreateIdentityKey (从 SfcInstance 继承。)
公共方法 Discover (从 SfcInstance 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 GetChildCollection (从 SfcInstance 继承。)
公共方法 GetDomain (从 SfcInstance 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetPropertySet (从 SfcInstance 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 GetTypeMetadataImpl (从 SfcInstance 继承。)
受保护方法 InitializeUIPropertyState (从 SfcInstance 继承。)
受保护方法 OnPropertyMetadataChanges (从 SfcInstance 继承。)
受保护方法 OnPropertyValueChanges (从 SfcInstance 继承。)
公共方法 Refresh (从 SfcInstance 继承。)
受保护方法 ResetKey (从 SfcInstance 继承。)
公共方法 Serialize (从 SfcInstance 继承。)
公共方法 ToString Indicates the string identity which is the associated server name. (覆盖 SfcInstance.ToString()。)

页首

事件

  名称 说明
公共事件 PropertyChanged (从 SfcInstance 继承。)
公共事件 PropertyMetadataChanged (从 SfcInstance 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有属性 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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.IntegrationServices 命名空间