Sdílet prostřednictvím


SqlSchemaDeploymentOptions.IgnorePermissions – vlastnost

Obor názvů:  Microsoft.Data.Schema.Sql.Build
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaDeploymentOptions Třída

Microsoft.Data.Schema.Sql.Build – obor názvů