Share via


ISqlFullTextIndex.GetKeyNameRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlSpecifiesIndex.

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

Syntax

'Declaration
Function GetKeyNameRelationship As IModelSingleRelationship(Of ISqlFullTextIndex, ISqlSpecifiesIndex)
IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex> GetKeyNameRelationship()
IModelSingleRelationship<ISqlFullTextIndex^, ISqlSpecifiesIndex^>^ GetKeyNameRelationship()
abstract GetKeyNameRelationship : unit -> IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex> 
function GetKeyNameRelationship() : IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace