Freigeben über


Sql90SchemaDeploymentOptions.GetRelationshipClassesToExcludeFromComparison-Methode

Gibt eine Liste der Beziehungsklassen zurück, die nicht verglichen werden.

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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

Sql90SchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace