다음을 통해 공유


SfcDependencyEngine 클래스

Provides the graph manipulation, population, storage, and discovery execution logic that perform complete discovery services, data access to DepIterators, and walk results in various ways. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyEngine

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public NotInheritable Class SfcDependencyEngine _
    Implements ISfcDependencyDiscoveryObjectSink, IDisposable
‘사용 방법
Dim instance As SfcDependencyEngine
public sealed class SfcDependencyEngine : ISfcDependencyDiscoveryObjectSink, 
    IDisposable
public ref class SfcDependencyEngine sealed : ISfcDependencyDiscoveryObjectSink, 
    IDisposable
[<SealedAttribute>]
type SfcDependencyEngine =  
    class 
        interface ISfcDependencyDiscoveryObjectSink 
        interface IDisposable 
    end
public final class SfcDependencyEngine implements ISfcDependencyDiscoveryObjectSink, IDisposable

SfcDependencyEngine 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 SfcDependencyEngine Initializes a new instance of the SfcDependencyEngine class. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

맨 위로 이동

속성

  이름 설명
공용 속성 Action Gets the discovery action this dependency session is processing. This may affect which relationships are added. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add(SfcInstance) Adds a new single object node with no directional relation to either a parent or child node.
공용 메서드 Add(SfcInstance, SfcInstance, SfcTypeRelation) Adds a new tuple relation of a parent node and its child node which depends on it.
공용 메서드 Discover Performs complete dependency relation discovery. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 메서드 Dispose Releases the resources used by the current instance of the SfcDependencyEngine class. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetListEnumerator Returns the enumerator which can be used to walk the graph as a list by the client. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 메서드 GetTreeEnumerator Returns the enumerator which can be bused to walk the graph tree by the client. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ISfcDependencyDiscoveryObjectSink.Add(SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean) Adds a directional reference from this object to the target object with the relation type and discovered state applied to the target object. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
명시적 인터페이스 구현전용 메서드 ISfcDependencyDiscoveryObjectSink.Add(SfcDependencyDirection, IEnumerator, SfcTypeRelation, Boolean) Adds a directional reference from this object to each of the target objects or keychains with the relation type and discovered state applied to each target object or keychain. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
명시적 인터페이스 구현전용 메서드 ISfcDependencyDiscoveryObjectSink.Add<T>(SfcDependencyDirection, IEnumerable<T>, SfcTypeRelation, Boolean) Adds a directional reference from this object to each of the target objects or keychains with the relation type and discovered state applied to each target object or keychain.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스