Partager via


Content.SetDefaultGatheringAccount - Méthode

Définit le compte par défaut de l'analyseur et le mot de passe.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Sub SetDefaultGatheringAccount ( _
    account As String, _
    password As SecureString _
)
'Utilisation
Dim instance As Content
Dim account As String
Dim password As SecureString

instance.SetDefaultGatheringAccount(account, _
    password)
public void SetDefaultGatheringAccount(
    string account,
    SecureString password
)

Paramètres

  • account
    Type : System.String

    Chaîne qui contient le nom du compte du robot.

Voir aussi

Référence

Content classe

Content - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms