The Startup property is TRUE when the referenced stored procedure is executed automatically when the Microsoft® SQL Server™ 2000 service starts.
object.Startup [= value]
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);