NodeItemNamesAdapterProvider.IsGraphSupported(ISfcSimpleNode) Method
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 GetRelatedContainerNames(), GetRelatedObjectNames(), and GetPropertyNames() must return a valid non-null IEnumerable.
The method is called only once on the root node of each graph.
C#
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
- node
- ISfcSimpleNode
Produit | Versions |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |