SetStopListAlterFullTextIndexAction.WithNoPopulation-Eigenschaft
Ruft einen Wert ab, der angibt, ob WITH NO POPULATION angegeben wurde.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property WithNoPopulation As Boolean
Get
Set
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)
Eigenschaftswert
Typ: System.Boolean
Gibt true zurück, wenn WITH NO POPULATION angegeben wurde, andernfalls false.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.