Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the role of the search service.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration Role
'Usage
Dim instance As Role
public enum Role
Members
| Member name | Description | |
|---|---|---|
| None | Specifies no role. Use this in place of null. | |
| Index | Specifies the search index service role. | |
| Query | Specifies the search query service role. | |
| IndexQuery | Specifies the search index and query service role. |