SfcNodeAdapterProvider Class

Definition

The diff algorithm walks the graphs with the help of ISimpleSfcNode. The object model can either directly implement the interface, or return a wrapper.

If a graph to be compared natively implements ISimpleSfcNode, the node can be returned directly. Otherwise, a wrapper should be returned.

public abstract class SfcNodeAdapterProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.Provider
type SfcNodeAdapterProvider = class
    interface Provider
Public MustInherit Class SfcNodeAdapterProvider
Implements Provider
Inheritance
SfcNodeAdapterProvider
Implements

Constructors

SfcNodeAdapterProvider()

Methods

GetGraphAdapter(Object)

The method is called only once on the root node of the graphs to be compared.

IsGraphSupported(Object)

Indicates if this provider supports the specified graph. If it is, returns true, false otherwise.

If true is returned, calls to GetGraphAdapter() must return a valid non-null graph adapter.

The method is called only once on the root node of each graph.

Applies to