Partilhar via


Propriedade ISqlServerOptions.IsScanForStartupProcsEnabled

Obtém ou define um valor que modela a "varredura para inicialização procs" opção sp_configure.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel