ISchemaOperations.GetManagedProperties method (String, Int32, SearchObjectOwner)
Obter propriedades todas gerenciadas correspondência de uma seqüência de caracteres de filtro.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute(Name := "GetManagedPropertiesWithParameters")> _
Function GetManagedProperties ( _
filterTerm As String, _
includeMappedCrawledPropertiesNum As Integer, _
owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Uso
Dim instance As ISchemaOperations
Dim filterTerm As String
Dim includeMappedCrawledPropertiesNum As Integer
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection
returnValue = instance.GetManagedProperties(filterTerm, _
includeMappedCrawledPropertiesNum, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute(Name = "GetManagedPropertiesWithParameters")]
ManagedPropertyInfoCollection GetManagedProperties(
string filterTerm,
int includeMappedCrawledPropertiesNum,
SearchObjectOwner owner
)
Parâmetros
filterTerm
Type: System.StringSomente propriedades gerenciadas filterTerm como uma substring de correspondência são retornadas. Caso será ignorado. Use [null] para retornar todas as propriedades.
includeMappedCrawledPropertiesNum
Type: System.Int32O número de propriedades rastreadas mapeadas para incluir para cada propriedade gerenciada.
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresenta a hierarquia do Sharepoint no qual estão as propriedades gerenciadas.
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
ManagedPropertyInfoCollection : uma coleção de objetos ManagedPropertyInfo encontrada durante a pesquisa.