SfcDependencyEngine Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyEngine
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public NotInheritable Class SfcDependencyEngine _
Implements ISfcDependencyDiscoveryObjectSink, IDisposable
'Usage
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
The SfcDependencyEngine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SfcDependencyEngine | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Action | Gets the discovery action that the 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. |
Top
Methods
Name | Description | |
---|---|---|
Add(SfcInstance) | Add 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 | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Dispose | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetListEnumerator | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetTreeEnumerator | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISfcDependencyDiscoveryObjectSink.Add(SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean) | Adds the objects to compare in the relation. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ISfcDependencyDiscoveryObjectSink.Add(SfcDependencyDirection, IEnumerator, SfcTypeRelation, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.