Dela via


ISqlIndex.GetIndexedObjectRelationship Method

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

Syntax

'Declaration
Function GetIndexedObjectRelationship As IModelSingleRelationship(Of ISqlIndex, ISqlColumnSource)
'Usage
Dim instance As ISqlIndex 
Dim returnValue As IModelSingleRelationship(Of ISqlIndex, ISqlColumnSource)

returnValue = instance.GetIndexedObjectRelationship()
IModelSingleRelationship<ISqlIndex, ISqlColumnSource> GetIndexedObjectRelationship()
IModelSingleRelationship<ISqlIndex^, ISqlColumnSource^>^ GetIndexedObjectRelationship()
function GetIndexedObjectRelationship() : IModelSingleRelationship<ISqlIndex, ISqlColumnSource>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlIndex Interface

ISqlIndex Members

GetIndexedObjectRelationship Overload

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace