Share via


IScriptingOptions.ScriptExtendedProperties Property

Gets a value indicating whether the script includes the extended properties.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the extended properties are included in the script; otherwise, false.