Dela via


ISqlFullTextIndex.GetCatalogRelationship Method

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>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

ISqlFullTextIndex Members

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