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.

示例

脚本撰写

请参阅

参考

ScriptOption 类

Microsoft.SqlServer.Management.Smo 命名空间