Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops the population of the full-text catalog.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub StopPopulation
'Usage
Dim instance As FullTextCatalog
instance.StopPopulation()
public void StopPopulation()
public:
void StopPopulation()
member StopPopulation : unit -> unit
public function StopPopulation()
Remarks
This method is provided for backward compatibility. Its use is not recommended.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace