The Startup property is True when the referenced stored procedure is executed automatically when the Microsoft® SQL Server™ service starts.
object.Startup [= value]
| Part | Description | 
|---|---|
| object | Expression that evaluates to an object in the Applies To list | 
| value | True or False | 
Boolean
Read/write
HRESULT GetStartup(LPBOOL pRetVal);
HRESULT SetStartup(BOOL NewValue);