Content.SetDefaultGatheringAccount 方法

设置默认爬网帐户和密码。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Sub SetDefaultGatheringAccount ( _
    account As String, _
    password As SecureString _
)
用法
Dim instance As Content
Dim account As String
Dim password As SecureString

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

参数

  • account
    类型:System.String

    一个字符串,包含爬网程序帐户的名称。

另请参阅

引用

Content 类

Content 成员

Microsoft.Office.Server.Search.Administration 命名空间