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 です。
説明
EnumReplicationSchemaBoundViews を呼び出すには、sys.views (Transact-SQL) カタログ ビューおよび sys.syscomments (Transact-SQL) システム テーブルに対する SELECT 権限が必要です。
このメソッドは、SQL Server 2005 および SQL Server 2005 のインスタンスにのみ使用できます。
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。