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
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
An IModelElement object.
Return Value
Type: System.Boolean
This method provides an opportunity for a custom DatabaseSchemaProvider.to perform additional processing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareSettingsService Class