Share via


ISqlServerOptions.IsScanForStartupProcsEnabled Property

Gets or sets whether a scan for startup processes is enabled.

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

Syntax

'Declaration
Property IsScanForStartupProcsEnabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsScanForStartupProcsEnabled

instance.IsScanForStartupProcsEnabled = value
Nullable<bool> IsScanForStartupProcsEnabled { get; set; }
property Nullable<bool> IsScanForStartupProcsEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsScanForStartupProcsEnabled () : Nullable<boolean>
function set IsScanForStartupProcsEnabled (value : Nullable<boolean>)
abstract IsScanForStartupProcsEnabled : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace