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