Compartilhar via


Schema.AllManagedProperties property

Obtém a coleção de objetos ManagedProperty que representam propriedades gerenciadas no esquema de metadados do Search service applicationpara o provedor de serviços compartilhados.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public ReadOnly Property AllManagedProperties As ManagedPropertyCollection
    Get
'Uso
Dim instance As Schema
Dim value As ManagedPropertyCollection

value = instance.AllManagedProperties
public ManagedPropertyCollection AllManagedProperties { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyCollection
Um objeto ManagedPropertyCollection que representa as propriedades gerenciadas no esquema de metadados do Search service application.

Ver também

Referência

Schema class

Schema members

Microsoft.Office.Server.Search.Administration namespace