Share via


ReplicationDatabase.EnumReplicationStoredProcedures Method

Definition

Returns all user-defined stored procedure objects in the database.

public System.Collections.ArrayList EnumReplicationStoredProcedures ();

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.

Applies to