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