Condividi tramite


Proprietà FullTextIndex.UseSystemStopList

UseSystemStopList property class of FullTextIndex

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Shared Property UseSystemStopList As ModelPropertyClass 
    Get 
    Friend Set
'Utilizzo
Dim value As ModelPropertyClass 

value = FullTextIndex.UseSystemStopList
public static ModelPropertyClass UseSystemStopList { get; internal set; }
public:
static property ModelPropertyClass^ UseSystemStopList {
    ModelPropertyClass^ get ();
    internal: void set (ModelPropertyClass^ value);
}
static member UseSystemStopList : ModelPropertyClass with get, internal set
static function get UseSystemStopList () : ModelPropertyClass 
internal static function set UseSystemStopList (value : ModelPropertyClass)

Valore proprietà

Tipo: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

Vedere anche

Riferimento

FullTextIndex Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Model