Freigeben über


Content.SetDefaultGatheringAccount-Methode

Legt den Standard-Crawler-Konto und das Kennwort.

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

Syntax

'Declaration
Public Sub SetDefaultGatheringAccount ( _
    account As String, _
    password As SecureString _
)
'Usage
Dim instance As Content
Dim account As String
Dim password As SecureString

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

Parameter

  • account
    Typ: System.String

    Eine Zeichenfolge, die den Namen des crawlerkontos enthält.

Siehe auch

Referenz

Content Klasse

Content-Member

Microsoft.Office.Server.Search.Administration-Namespace