ReplicationDatabase.EnumReplicationSchemaBoundViews メソッド
データベース内のすべてのユーザー定義スキーマ バインド ビュー オブジェクトを返します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Function EnumReplicationSchemaBoundViews As ArrayList
'使用
Dim instance As ReplicationDatabase
Dim returnValue As ArrayList
returnValue = instance.EnumReplicationSchemaBoundViews()
public ArrayList EnumReplicationSchemaBoundViews()
public:
ArrayList^ EnumReplicationSchemaBoundViews()
member EnumReplicationSchemaBoundViews : unit -> ArrayList
public function EnumReplicationSchemaBoundViews() : ArrayList
戻り値
型: System.Collections.ArrayList
ReplicationSchemaBoundView オブジェクトの ArrayList です。
例外
例外 | 条件 |
---|---|
ApplicationException | データベースが存在しない場合に発生します。 バージョンが Microsoft SQL Server 2005 よりも古い場合に発生します。 |
説明
EnumReplicationSchemaBoundViews を呼び出すには、sys.views (Transact-SQL) カタログ ビューおよび sys.syscomments (Transact-SQL) システム テーブルに対する SELECT 権限が必要です。