Startup Property (SQL-DMO)

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

Applies To

StoredProcedure Object

Syntax

object.Startup [= value]

Part Description
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);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.