SfcDependencyEngine Class
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. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | SfcDependencyEngine(SfcDependencyDiscoveryMode, SfcDependencyAction) | Initializes a new instance of the SfcDependencyEngine class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the discovery action this dependency session is processing. This may affect which relationships are added. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | Add(SfcInstance^) | Adds a new single object node with no directional relation to either a parent or child node Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Add(SfcInstance^, SfcInstance^, SfcTypeRelation) | Adds a new tuple relation of a parent node and its child node which depends on it.Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Discover() | Performs complete dependency relation discovery. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Dispose() | Releases the resources used by the current instance of the SfcDependencyEngine class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetListEnumerator() | Returns the enumerator which can be used to walk the graph as a list by the client. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetTreeEnumerator() | Returns the enumerator which can be bused to walk the graph tree by the client. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



