Sql90SchemaDeploymentOptions.GetRelationshipClassesToExcludeFromComparison Method
Returns a list of the relationship classes that will not be compared.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Function GetRelationshipClassesToExcludeFromComparison As ICollection(Of ModelRelationshipClass)
protected override ICollection<ModelRelationshipClass> GetRelationshipClassesToExcludeFromComparison()
protected:
virtual ICollection<ModelRelationshipClass^>^ GetRelationshipClassesToExcludeFromComparison() override
abstract GetRelationshipClassesToExcludeFromComparison : unit -> ICollection<ModelRelationshipClass>
override GetRelationshipClassesToExcludeFromComparison : unit -> ICollection<ModelRelationshipClass>
protected override 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.