Freigeben über


SqlSchemaDeploymentOptions.IgnorePermissions-Eigenschaft

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

Syntax

'Declaration
Public Property IgnorePermissions As Boolean
    Get
    Set
public bool IgnorePermissions { get; set; }
public:
property bool IgnorePermissions {
    bool get ();
    void set (bool value);
}
member IgnorePermissions : bool with get, set
function get IgnorePermissions () : boolean
function set IgnorePermissions (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace