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.StringChaîne qui contient le nom du compte du robot.
password
Type : System.Security.SecureStringChaîne qui contient le mot de passe pour le compte du robot.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms