Share via


IScriptingOptions.ScriptPermissions Property

Gets a value indicating whether the script includes the permissions on database objects.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the permissions on database objects are included in the script; otherwise, false.