ScriptOption.FullTextStopLists 屬性
Gets an object value that specifies whether full-text stop lists are included in the generated script.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Shared ReadOnly Property FullTextStopLists As ScriptOption
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents full-text stop lists in scripting options.