Freigeben über


SqlSchemaDeploymentOptions.GetRelationshipClassesToExcludeFromComparison-Methode

Ruft eine Liste von Modellbeziehungsklassen ab, die im Schemavergleich nicht berücksichtigt werden.

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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace