SqlReverseEngineer.IgnorePermissions Property

Gets whether to ignore permissions.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IgnorePermissions As Boolean
    Get
'Usage
Dim instance As SqlReverseEngineer
Dim value As Boolean

value = instance.IgnorePermissions
public bool IgnorePermissions { get; }
public:
property bool IgnorePermissions {
    bool get ();
}
function get IgnorePermissions () : boolean
member IgnorePermissions : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlReverseEngineer Class

SqlReverseEngineer Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace