IColumnSource.GetIndexesRelationship Method
Returns the indexes relationship.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetIndexesRelationship As IModelReverseMultiRelationship(Of IColumnSource, IIndex)
'Usage
Dim instance As IColumnSource
Dim returnValue As IModelReverseMultiRelationship(Of IColumnSource, IIndex)
returnValue = instance.GetIndexesRelationship()
IModelReverseMultiRelationship<IColumnSource, IIndex> GetIndexesRelationship()
IModelReverseMultiRelationship<IColumnSource^, IIndex^>^ GetIndexesRelationship()
function GetIndexesRelationship() : IModelReverseMultiRelationship<IColumnSource, IIndex>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<IColumnSource, IIndex>
.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.