AvailablePropertyValueProvider.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 IsValueAvailable() must return valid meaningful value.

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