Share via


IStoredProcedure.Startup Property

Gets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Startup As Boolean
    Get
'Usage
Dim instance As IStoredProcedure
Dim value As Boolean

value = instance.Startup
bool Startup { get; }
property bool Startup {
    bool get ();
}
abstract Startup : bool
function get Startup () : boolean

Property Value

Type: System.Boolean
true if the stored procedure runs when the instance of SQL Server starts up; otherwise, false.