Dela via


SchemaCompareSettingsService.IsModelElementACompositeProjectReference Method

When overridden in a derived class, returns a value to indicate whether the provided element is external to the current model.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable Function IsModelElementACompositeProjectReference ( _
    modelElement As IModelElement _
) As Boolean
public virtual bool IsModelElementACompositeProjectReference(
    IModelElement modelElement
)
public:
virtual bool IsModelElementACompositeProjectReference(
    IModelElement^ modelElement
)
abstract IsModelElementACompositeProjectReference : 
        modelElement:IModelElement -> bool 
override IsModelElementACompositeProjectReference : 
        modelElement:IModelElement -> bool 
public function IsModelElementACompositeProjectReference(
    modelElement : IModelElement
) : boolean

Parameters

Return Value

Type: System.Boolean
This method provides an opportunity for a custom DatabaseSchemaProvider.to perform additional processing.

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

IModelElement

DatabaseSchemaProvider