NodeItemNamesAdapterProvider.IsGraphSupported(ISfcSimpleNode) Method

Definition

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

If true is returned, calls to GetRelatedContainerNames(), GetRelatedObjectNames(), and GetPropertyNames() must return a valid non-null IEnumerable.

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

public abstract bool IsGraphSupported (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode node);
abstract member IsGraphSupported : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode -> bool
Public MustOverride Function IsGraphSupported (node As ISfcSimpleNode) As Boolean

Parameters

Returns

Applies to