Delen via


Sql90SchemaDeploymentOptions.GetPropertyClassesToExcludeFromComparison Method

Returns a list of the property 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 GetPropertyClassesToExcludeFromComparison As ICollection(Of ModelPropertyClass)
protected override ICollection<ModelPropertyClass> GetPropertyClassesToExcludeFromComparison()
protected:
virtual ICollection<ModelPropertyClass^>^ GetPropertyClassesToExcludeFromComparison() override
abstract GetPropertyClassesToExcludeFromComparison : unit -> ICollection<ModelPropertyClass> 
override GetPropertyClassesToExcludeFromComparison : unit -> ICollection<ModelPropertyClass> 
protected override function GetPropertyClassesToExcludeFromComparison() : ICollection<ModelPropertyClass>

Return Value

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

.NET Framework Security

See Also

Reference

Sql90SchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace