Share via


SqlSchemaDeploymentOptions.GetRelationshipClassesToExcludeFromComparison Method

Gets a list of model relationship classes that will not be included in Schema Compare.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Overridable Function GetRelationshipClassesToExcludeFromComparison As ICollection(Of ModelRelationshipClass)
protected virtual ICollection<ModelRelationshipClass> GetRelationshipClassesToExcludeFromComparison()
protected:
virtual ICollection<ModelRelationshipClass^>^ GetRelationshipClassesToExcludeFromComparison()
abstract GetRelationshipClassesToExcludeFromComparison : unit -> ICollection<ModelRelationshipClass> 
override GetRelationshipClassesToExcludeFromComparison : unit -> ICollection<ModelRelationshipClass> 
protected function GetRelationshipClassesToExcludeFromComparison() : ICollection<ModelRelationshipClass>

Return Value

Type: System.Collections.Generic.ICollection<ModelRelationshipClass>

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace