ScriptOption.FullTextStopLists Property
Gets an object value that specifies whether full-text stop lists are included in the generated script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property FullTextStopLists As ScriptOption
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents full-text stop lists in scripting options.
See Also