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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.