Share via


ISqlFullTextIndex.GetColumnsRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlFullTextIndexColumnSpecifier.

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

Syntax

'Declaration
Function GetColumnsRelationship As IModelMultiRelationship(Of ISqlFullTextIndex, ISqlFullTextIndexColumnSpecifier)
IModelMultiRelationship<ISqlFullTextIndex, ISqlFullTextIndexColumnSpecifier> GetColumnsRelationship()
IModelMultiRelationship<ISqlFullTextIndex^, ISqlFullTextIndexColumnSpecifier^>^ GetColumnsRelationship()
abstract GetColumnsRelationship : unit -> IModelMultiRelationship<ISqlFullTextIndex, ISqlFullTextIndexColumnSpecifier> 
function GetColumnsRelationship() : IModelMultiRelationship<ISqlFullTextIndex, ISqlFullTextIndexColumnSpecifier>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISqlFullTextIndex, ISqlFullTextIndexColumnSpecifier>

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace