Propriedade do RDL SetSearchPropertyListAlterFullTextIndexAction.WithNoPopulation
Gets or sets a value that indicates whether NO POPULATION was specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property WithNoPopulation As Boolean
Get
Set
'Uso
Dim instance As SetSearchPropertyListAlterFullTextIndexAction
Dim value As Boolean
value = instance.WithNoPopulation
instance.WithNoPopulation = value
public bool WithNoPopulation { get; set; }
public:
property bool WithNoPopulation {
bool get ();
void set (bool value);
}
member WithNoPopulation : bool with get, set
function get WithNoPopulation () : boolean
function set WithNoPopulation (value : boolean)
Valor da propriedade
Tipo: System.Boolean
True if NO POPULATION was specified; otherwise, false.