LinksStoreSettingsBase<T>.SetLinksStoreRepartitioningInProgress method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Protected Sub SetLinksStoreRepartitioningInProgress ( _
dbType As SqlDbType, _
value As T _
)
'Uso
Dim dbType As SqlDbType
Dim value As T
Me.SetLinksStoreRepartitioningInProgress(dbType, _
value)
protected void SetLinksStoreRepartitioningInProgress(
SqlDbType dbType,
T value
)
Parâmetros
- dbType
Type: System.Data.SqlDbType
- value
Type: T
Ver também
Referência
LinksStoreSettingsBase<T> class