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)
'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
)
db
Type: Microsoft.Office.Server.Search.Administration.SearchLinksDatabasedatabase to be used for new linsk store
Type: Microsoft.Office.Server.Search.Administration.LinksStore