Freigeben über


EnumReplicationViews-Methode

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

Rückgabewert

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

Ausnahmen

Ausnahme Bedingung
ApplicationException

When the database does not exist.

Hinweise

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.