Compartilhar via


AllContentScopeRule class

Representa uma regra de escopo que inclui todos os itens no índice de conteúdo.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.ScopeRule
    Microsoft.Office.Server.Search.Administration.AllContentScopeRule

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

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class AllContentScopeRule _
    Inherits ScopeRule
'Uso
Dim instance As AllContentScopeRule
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class AllContentScopeRule : ScopeRule

Comentários

Use o objeto AllContentScopeRule em escopos compostos com outras regras de escopo criadas para excluir conteúdo.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

AllContentScopeRule members

Microsoft.Office.Server.Search.Administration namespace