Freigeben über


EnumReplicationStoredProcedures-Methode

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Function EnumReplicationStoredProcedures As ArrayList
'Usage
Dim instance As ReplicationDatabase
Dim returnValue As ArrayList

returnValue = instance.EnumReplicationStoredProcedures()
public ArrayList EnumReplicationStoredProcedures()
public:
ArrayList^ EnumReplicationStoredProcedures()
member EnumReplicationStoredProcedures : unit -> ArrayList 
public function EnumReplicationStoredProcedures() : ArrayList

Ausnahmen

Ausnahme Bedingung
ApplicationException

When the database does not exist.

Hinweise

Calling EnumReplicationStoredProcedures requires SELECT permissions on the sys.procedures (Transact-SQL) catalog view and on the sys.syscomments (Transact-SQL) system table.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.