ReplicationDatabase.EnumReplicationStoredProcedures Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all user-defined stored procedure objects in the database.
public:
System::Collections::ArrayList ^ EnumReplicationStoredProcedures();
public System.Collections.ArrayList EnumReplicationStoredProcedures ();
member this.EnumReplicationStoredProcedures : unit -> System.Collections.ArrayList
Public Function EnumReplicationStoredProcedures () As ArrayList
Returns
An ArrayList of ReplicationStoredProcedure objects.
Exceptions
When the database does not exist.
Remarks
Calling EnumReplicationStoredProcedures requires SELECT permissions on the sys.procedures (Transact-SQL) catalogue view and on the sys.syscomments (Transact-SQL) system table.