Content.ListKnownLotusNotesDatabases 方法 (Microsoft.Office.Server.Search.Administration)
Returns the list of Lotus Notes databases for a specified server.
命名空间: 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
A string containing the name of a Lotus Notes server.
返回值
A string array that contains the database name for each Lotus Notes database.
另请参阅
参考
Content 类
Content 成员
Microsoft.Office.Server.Search.Administration 命名空间