Partilhar via


Classe 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public NotInheritable Class SfcDependencyEngine _
    Implements ISfcDependencyDiscoveryObjectSink, IDisposable
'Uso
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

O tipo SfcDependencyEngine expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SfcDependencyEngine Initializes a new instance of the SfcDependencyEngine class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade pública Action Gets the discovery action this dependency session is processing. This may affect which relationships are added. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Métodos

  Nome Descrição
Método público Add(SfcInstance) Adds a new single object node with no directional relation to either a parent or child node.
Método público Add(SfcInstance, SfcInstance, SfcTypeRelation) Adds a new tuple relation of a parent node and its child node which depends on it.
Método público Discover Performs complete dependency relation discovery. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público Dispose Releases the resources used by the current instance of the SfcDependencyEngine class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetListEnumerator Returns the enumerator which can be used to walk the graph as a list by the client. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público GetTreeEnumerator Returns the enumerator which can be bused to walk the graph tree by the client. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Implementações de interfaces explícitasMétodo privado 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Implementações de interfaces explícitasMétodo privado 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.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc