Condividi tramite


Proprietà SqlSchemaDeploymentOptions.IgnoreLockHintsOnIndexes

Ottiene o imposta un valore che indica se gli hint di blocco negli indici devono essere ignorati nel confronto degli schemi.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build