IScriptingOptions.ScriptIndexes Property
Gets a value indicating whether the script includes the clustered, non-clustered, and XML indexes.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property ScriptIndexes As Boolean
Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean
value = instance.ScriptIndexes
bool ScriptIndexes { get; }
property bool ScriptIndexes {
bool get ();
}
abstract ScriptIndexes : bool
function get ScriptIndexes () : boolean
Property Value
Type: System.Boolean
true if the clustered, non-clustered, and XML indexes are included in the script; otherwise, false.