Share via


ISqlFullTextIndex.GetCatalogRelationship Method

Gets a catalog relationship.

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

Syntax

'Declaration
Function GetCatalogRelationship As IModelSingleRelationship(Of ISqlFullTextIndex, ISqlFullTextCatalog)
'Usage
Dim instance As ISqlFullTextIndex
Dim returnValue As IModelSingleRelationship(Of ISqlFullTextIndex, ISqlFullTextCatalog)

returnValue = instance.GetCatalogRelationship()
IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog> GetCatalogRelationship()
IModelSingleRelationship<ISqlFullTextIndex^, ISqlFullTextCatalog^>^ GetCatalogRelationship()
function GetCatalogRelationship() : IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog>
abstract GetCatalogRelationship : unit -> IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

ISqlFullTextIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace