EnumReplicationViews 方法

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Function EnumReplicationViews As ArrayList
用法
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

返回值

类型:System.Collections. . :: . .ArrayList
An ArrayList of EnumReplicationViews objects.

异常

异常 条件
ApplicationException

When the database does not exist.

注释

Calling EnumReplicationViews requires SELECT permissions on the sys.views (Transact-SQL) catalogue 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.