NodeItemNamesAdapterProvider Class
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.
The adapter from which the list of names of relations and properties is obtained. It is the metadata counterpart of ISimpleNode.
public abstract class NodeItemNamesAdapterProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.Provider
type NodeItemNamesAdapterProvider = class
interface Provider
Public MustInherit Class NodeItemNamesAdapterProvider
Implements Provider
- Inheritance
-
NodeItemNamesAdapterProvider
- Derived
- Implements
Constructors
NodeItemNamesAdapterProvider() |
Methods
GetPropertyNames(ISfcSimpleNode) |
Obtain a list of name for the specified nodes |
GetRelatedContainerNames(ISfcSimpleNode) |
Obtains a list of related container names for the specified nodes |
GetRelatedObjectNames(ISfcSimpleNode) |
Obtains a list of names for the specified nodes |
IsContainerInNatrualOrder(ISfcSimpleNode, String) |
Checks if the specified container collection follows a natural order . If true, the returned container IEnumerable does not needed to be sorted. |
IsGraphSupported(ISfcSimpleNode) |
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. |