PropertyComparerProvider.AreGraphsSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- source
- ISfcSimpleNode
- target
- ISfcSimpleNode