ListStartupProcedures Method
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The ListStartupProcedures method returns a SQLObjectList object that enumerates the stored procedures configured for automatic execution when the an instance of Microsoft SQL Server starts.
Синтаксис
object.ListStartupProcedures()asSQLObjectList
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT ListStartupProcedures(
LPSQLDMOSTOREDPROCEDURELIST* ppList);
Returns
A SQLObjectList object that contains 0 or more StoredProcedure objects.