LinksStoreCollection.Create method (SearchLinksDatabase)

Registers new links store in DB and returns new LinksStore object.

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

Syntax

'Declaration
Public Function Create ( _
    db As SearchLinksDatabase _
) As LinksStore
'Usage
Dim instance As LinksStoreCollection
Dim db As SearchLinksDatabase
Dim returnValue As LinksStore

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

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.LinksStore

See also

Reference

LinksStoreCollection class

LinksStoreCollection members

Create overload

Microsoft.Office.Server.Search.Administration namespace