ISqlFullTextIndex.GetKeyNameRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlSpecifiesIndex.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetKeyNameRelationship As IModelSingleRelationship(Of ISqlFullTextIndex, ISqlSpecifiesIndex)
IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex> GetKeyNameRelationship()
IModelSingleRelationship<ISqlFullTextIndex^, ISqlSpecifiesIndex^>^ GetKeyNameRelationship()
abstract GetKeyNameRelationship : unit -> IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>
function GetKeyNameRelationship() : IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlFullTextIndex, ISqlSpecifiesIndex>
.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.