Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the IModelReverseMultiRelationship between this IDatabaseColumnSource and any associated IDatabaseIndex instances.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetIndexesRelationship As IModelReverseMultiRelationship(Of IDatabaseColumnSource, IDatabaseIndex)
IModelReverseMultiRelationship<IDatabaseColumnSource, IDatabaseIndex> GetIndexesRelationship()
IModelReverseMultiRelationship<IDatabaseColumnSource^, IDatabaseIndex^>^ GetIndexesRelationship()
abstract GetIndexesRelationship : unit -> IModelReverseMultiRelationship<IDatabaseColumnSource, IDatabaseIndex>
function GetIndexesRelationship() : IModelReverseMultiRelationship<IDatabaseColumnSource, IDatabaseIndex>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<IDatabaseColumnSource, IDatabaseIndex>
.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.