The ListStartupProcedures method returns a SQLObjectList object that enumerates the stored procedures configured for automatic execution when the an instance of Microsoft® SQL Server™ 2000 starts.
object.ListStartupProcedures( ) as SQLObjectList
object
Expression that evaluates to an object in the Applies To list
HRESULT ListStartupProcedures(
LPSQLDMOSTOREDPROCEDURELIST* ppList);
A SQLObjectList object that contains 0 or more StoredProcedure objects.