Share via


IScriptingOptions.ScriptFullTextCatalogs Property

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

'Declaration
ReadOnly Property ScriptFullTextCatalogs As Boolean
    Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean

value = instance.ScriptFullTextCatalogs
bool ScriptFullTextCatalogs { get; }
property bool ScriptFullTextCatalogs {
    bool get ();
}
abstract ScriptFullTextCatalogs : bool
function get ScriptFullTextCatalogs () : boolean

Property Value

Type: System.Boolean
true if the full text catalogs are included in the script; otherwise, false.