ISqlFullTextIndex.GetKeyNameRelationship Method
Gets a key name relationship.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetKeyNameRelationship As IModelSingleRelationship(Of ISqlFullTextIndex, ISqlSpecifiesIndex)
'Usage
Dim instance As ISqlFullTextIndex
Dim returnValue As IModelSingleRelationship(Of ISqlFullTextIndex, ISqlSpecifiesIndex)
returnValue = instance.GetKeyNameRelationship()
IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex> GetKeyNameRelationship()
IModelSingleRelationship<ISqlFullTextIndex^, ISqlSpecifiesIndex^>^ GetKeyNameRelationship()
function GetKeyNameRelationship() : IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>
abstract GetKeyNameRelationship : unit -> IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.
.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.