IScriptingOptions.ScriptFullTextCatalogs Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether the script includes the full-text catalogs.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

bool ScriptFullTextCatalogs { get; }
property bool ScriptFullTextCatalogs {
    bool get();
}
abstract ScriptFullTextCatalogs : bool with get
ReadOnly Property ScriptFullTextCatalogs As Boolean

Property Value

Type: System.Boolean

true if the full text catalogs are included in the script; otherwise, false.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top