: Content.SetDefaultGatheringAccount (Método) (Microsoft.Office.Server.Search.Administration)
Sets the default crawler account and password.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Sub SetDefaultGatheringAccount ( _
account As String, _
password As SecureString _
)
'Uso
Dim instance As Content
Dim account As String
Dim password As SecureString
instance.SetDefaultGatheringAccount(account, password)
public void SetDefaultGatheringAccount (
string account,
SecureString password
)
Parámetros
- account
A string that contains the name of the crawler account.
- password
A string that contains the password for the crawler account.
Vea también
Referencia
Content (Clase)
Content (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)
Otros recursos
Definición de reglas de rastreo y tipos de archivo
Introducción al modelo de objetos de administración del motor de búsqueda Enterprise Search
Introducción a los orígenes de contenido
Administración de contenido
Modelo de seguridad del motor de búsqueda Enterprise Search