Método ISqlColumnSource.GetIndexesRelationship

Retorna um IModelReverseMultiRelationship entre this e associado ISqlIndex.

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

Sintaxe

'Declaração
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>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ISqlColumnSource Interface

Sobrecargas GetIndexesRelationship

Namespace Microsoft.Data.Schema.Sql.SchemaModel