ReplicationDatabase.EnumReplicationViews Method

Returns a list of the user-defined views objects in the database.

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

Syntax

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

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

Return Value

Type: System.Collections.ArrayList
An ArrayList of EnumReplicationViews objects.

Exceptions

Exception Condition
ApplicationException

When the database does not exist.

Remarks

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

This method is only available with instances of Microsoft SQL Server 2000 and later.

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