Sql100PlanGenerationOptions.GetRelationshipClassesToExcludeFromComparison Method
Returns a collection of relationship 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 GetRelationshipClassesToExcludeFromComparison As ICollection(Of RelationshipClass)
'Usage
Dim returnValue As ICollection(Of RelationshipClass)
returnValue = Me.GetRelationshipClassesToExcludeFromComparison()
protected override ICollection<RelationshipClass> GetRelationshipClassesToExcludeFromComparison()
protected:
virtual ICollection<RelationshipClass^>^ GetRelationshipClassesToExcludeFromComparison() override
protected override function GetRelationshipClassesToExcludeFromComparison() : ICollection<RelationshipClass>
abstract GetRelationshipClassesToExcludeFromComparison : unit -> ICollection<RelationshipClass>
override GetRelationshipClassesToExcludeFromComparison : unit -> ICollection<RelationshipClass>
Return Value
Type: System.Collections.Generic.ICollection<RelationshipClass>
.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.
See Also
Reference
Sql100PlanGenerationOptions Class