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 네임스페이스