PropertyComparerProvider.AreGraphsSupported Method

Definition

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

If true is returned, the following calls to GetSortedList() and GetComparer() method must return a valid non-null object.

The method is called only one on the top most node of each graph.

public abstract bool AreGraphsSupported (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode source, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode target);
abstract member AreGraphsSupported : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode * Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode -> bool
Public MustOverride Function AreGraphsSupported (source As ISfcSimpleNode, target As ISfcSimpleNode) As Boolean

Parameters

Returns

Applies to