Sql90PlanGenerationOptions.GetPropertyClassesToExcludeFromComparison Method

Returns a collection of property classes to exclude from comparison.

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 PropertyClass)
'Usage
Dim returnValue As ICollection(Of PropertyClass)

returnValue = Me.GetPropertyClassesToExcludeFromComparison()
protected override ICollection<PropertyClass> GetPropertyClassesToExcludeFromComparison()
protected:
virtual ICollection<PropertyClass^>^ GetPropertyClassesToExcludeFromComparison() override
protected override function GetPropertyClassesToExcludeFromComparison() : ICollection<PropertyClass>
abstract GetPropertyClassesToExcludeFromComparison : unit -> ICollection<PropertyClass> 
override GetPropertyClassesToExcludeFromComparison : unit -> ICollection<PropertyClass> 

Return Value

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

.NET Framework Security

See Also

Reference

Sql90PlanGenerationOptions Class

Sql90PlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace