Condividi tramite


Proprietà SqlSchemaDeploymentOptions.IgnoreIndexOptions

Ottiene o imposta un valore che indica se le opzioni di indice devono essere ignorate 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 IgnoreIndexOptions As Boolean
    Get
    Set
public bool IgnoreIndexOptions { get; set; }
public:
property bool IgnoreIndexOptions {
    bool get ();
    void set (bool value);
}
member IgnoreIndexOptions : bool with get, set
function get IgnoreIndexOptions () : boolean
function set IgnoreIndexOptions (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

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