Content.ListKnownLotusNotesDatabases 方法

返回为指定的服务器的 Lotus Notes 数据库的列表。

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

语法

声明
Public Function ListKnownLotusNotesDatabases ( _
    serverName As String _
) As String()
用法
Dim instance As Content
Dim serverName As String
Dim returnValue As String()

returnValue = instance.ListKnownLotusNotesDatabases(serverName)
public string[] ListKnownLotusNotesDatabases(
    string serverName
)

参数

  • serverName
    类型:System.String

    一个字符串,它包含 Lotus Notes 服务器的名称。

返回值

类型:[]
一个字符串数组,其中包含每个 Lotus Notes 数据库的数据库名称。

另请参阅

引用

Content 类

Content 成员

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