Freigeben über


ISqlServerOptions.IsScanForStartupProcsEnabled-Eigenschaft

Ruft einen Wert ab, der die sp_configure-Option "Startprozeduren suchen" modelliert, oder legt diesen fest.

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

Syntax

'Declaration
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>)

Eigenschaftswert

Typ: System.Nullable<Boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlServerOptions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace