Share via


IScriptingOptions.ScriptFullTextIndexes Property

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

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

Syntax

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

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

Property Value

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