ISqlServerOptions.IsScanForStartupProcsEnabled (Propiedad)

Obtiene o establece un valor que modela la opción "Buscar procedimientos de inicio" de sp_configure.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>)

Valor de propiedad

Tipo: System.Nullable<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

ISqlServerOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)