LinksStoreSettingsBase<T>.SetLinksStoreRepartitioningInProgress method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Sub SetLinksStoreRepartitioningInProgress ( _
dbType As SqlDbType, _
value As T _
)
'Usage
Dim dbType As SqlDbType
Dim value As T
Me.SetLinksStoreRepartitioningInProgress(dbType, _
value)
protected void SetLinksStoreRepartitioningInProgress(
SqlDbType dbType,
T value
)
Parameters
- dbType
Type: System.Data.SqlDbType
- value
Type: T
See also
Reference
LinksStoreSettingsBase<T> class