AvailablePropertyValueProvider.IsGraphSupported(ISfcSimpleNode) 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 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
- node
- ISfcSimpleNode