Sdílet prostřednictvím


ISqlFullTextIndex.GetColumnsRelationship – metoda

Vrátí IModelSingleRelationship mezi this a přidruženého ISqlFullTextIndexColumnSpecifier.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlFullTextIndex Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů