LinksStoreCollection.Create 方法 (SearchLinksDatabase)

在数据库中注册新的链接存储并返回新的 LinksStore 对象。

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

语法

声明
Public Function Create ( _
    db As SearchLinksDatabase _
) As LinksStore
用法
Dim instance As LinksStoreCollection
Dim db As SearchLinksDatabase
Dim returnValue As LinksStore

returnValue = instance.Create(db)
public LinksStore Create(
    SearchLinksDatabase db
)

参数

返回值

类型:Microsoft.Office.Server.Search.Administration.LinksStore

另请参阅

引用

LinksStoreCollection 类

LinksStoreCollection 成员

Create 重载

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