ScriptOption.FullTextStopLists Propiedad
Gets an object value that specifies whether full-text stop lists are included in the generated script.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property FullTextStopLists As ScriptOption
Get
'Uso
Dim value As ScriptOption
value = ScriptOption.FullTextStopLists
public static ScriptOption FullTextStopLists { get; }
public:
static property ScriptOption^ FullTextStopLists {
ScriptOption^ get ();
}
static member FullTextStopLists : ScriptOption
static function get FullTextStopLists () : ScriptOption
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents full-text stop lists in scripting options.