ISqlColumnSource.GetIndexesRelationship Method

Returns an IModelReverseMultiRelationship between this and the associated ISqlIndex.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetIndexesRelationship As IModelReverseMultiRelationship(Of ISqlColumnSource, ISqlIndex)
IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex> GetIndexesRelationship()
IModelReverseMultiRelationship<ISqlColumnSource^, ISqlIndex^>^ GetIndexesRelationship()
abstract GetIndexesRelationship : unit -> IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex> 
function GetIndexesRelationship() : IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex>

.NET Framework Security

See Also

Reference

ISqlColumnSource Interface

GetIndexesRelationship Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace