ReplicationDatabase.EnumReplicationStoredProcedures Method
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
An ArrayList of ReplicationStoredProcedure objects.
When the database does not exist.
Calling EnumReplicationStoredProcedures requires SELECT permissions on the sys.procedures (Transact-SQL) catalogue view and on the sys.syscomments (Transact-SQL) system table.