Startup Property

SQL-DMO

SQL-DMO

Startup Property

The Startup property is TRUE when the referenced stored procedure is executed automatically when the Microsoft® SQL Server™ 2000 service starts.

Applies To
StoredProcedure Object
Syntax

object.Startup [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetStartup(LPBOOL pRetVal);

HRESULT SetStartup(BOOL NewValue);