ReplicationDatabase.EnumReplicationSchemaBoundViews 方法

定义

返回数据库中所有用户定义的绑定到架构的视图对象。

public:
 System::Collections::ArrayList ^ EnumReplicationSchemaBoundViews();
public System.Collections.ArrayList EnumReplicationSchemaBoundViews ();
member this.EnumReplicationSchemaBoundViews : unit -> System.Collections.ArrayList
Public Function EnumReplicationSchemaBoundViews () As ArrayList

返回

ArrayList 对象的 ReplicationSchemaBoundView

例外

数据库不存在时。

当版本不是 Microsoft SQL Server 2005 或更高版本时。

注解

调用 EnumReplicationSchemaBoundViews 需要对 sys.views (Transact-SQL) 目录视图和 sys.syscomments (Transact-SQL) 系统表具有 SELECT 权限。

适用于