ISqlIndex.GetIndexedObjectRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlColumnSource.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetIndexedObjectRelationship As IModelSingleRelationship(Of ISqlIndex, ISqlColumnSource)
IModelSingleRelationship<ISqlIndex, ISqlColumnSource> GetIndexedObjectRelationship()
IModelSingleRelationship<ISqlIndex^, ISqlColumnSource^>^ GetIndexedObjectRelationship()
abstract GetIndexedObjectRelationship : unit -> IModelSingleRelationship<ISqlIndex, ISqlColumnSource>
function GetIndexedObjectRelationship() : IModelSingleRelationship<ISqlIndex, ISqlColumnSource>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlIndex, ISqlColumnSource>
.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.