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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.