Método ISqlFulltextIndexedObject.GetFullTextIndexRelationship
Retorna um IModelReverseMultiRelationship entre this e associado ISqlFullTextIndex.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Function GetFullTextIndexRelationship As IModelReverseMultiRelationship(Of ISqlFulltextIndexedObject, ISqlFullTextIndex)
IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex> GetFullTextIndexRelationship()
IModelReverseMultiRelationship<ISqlFulltextIndexedObject^, ISqlFullTextIndex^>^ GetFullTextIndexRelationship()
abstract GetFullTextIndexRelationship : unit -> IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex>
function GetFullTextIndexRelationship() : IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex>
Valor de retorno
Tipo: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.