AddAlterFullTextIndexAction.WithNoPopulation Property
SQL Server 2012
Gets a value that indicates whether the WITH NO POPULATION option is specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property WithNoPopulation As Boolean Get Set 'Usage Dim instance As AddAlterFullTextIndexAction Dim value As Boolean value = instance.WithNoPopulation instance.WithNoPopulation = value
Property Value
Type: System.Booleantrue if the WITH NO POPULATION option is specified; otherwise, false.
