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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.