Proprietà ISqlServerOptions.IsScanForStartupProcsEnabled

Ottiene o imposta un valore che modella l'opzione sp_configure "scan for startup procs".

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

Sintassi

'Dichiarazione
Property IsScanForStartupProcsEnabled As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsScanForStartupProcsEnabled { get; set; }
property Nullable<bool> IsScanForStartupProcsEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsScanForStartupProcsEnabled : Nullable<bool> with get, set
function get IsScanForStartupProcsEnabled () : Nullable<boolean>
function set IsScanForStartupProcsEnabled (value : Nullable<boolean>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlServerOptions Interfaccia

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