共用方式為


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 命名空間