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
- 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.