次の方法で共有


ReplicationDatabase.EnumReplicationUserDefinedAggregates メソッド

データベース内のユーザー定義集計の一覧を返します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Function EnumReplicationUserDefinedAggregates As ArrayList
'使用
Dim instance As ReplicationDatabase 
Dim returnValue As ArrayList 

returnValue = instance.EnumReplicationUserDefinedAggregates()
public ArrayList EnumReplicationUserDefinedAggregates()
public:
ArrayList^ EnumReplicationUserDefinedAggregates()
member EnumReplicationUserDefinedAggregates : unit -> ArrayList
public function EnumReplicationUserDefinedAggregates() : ArrayList

戻り値

型: System.Collections.ArrayList
ReplicationUserDefinedAggregate オブジェクトの ArrayList です。

例外

例外 条件
ApplicationException

データベースが存在しない場合に発生します。

バージョンが Microsoft SQL Server 2005 よりも古い場合に発生します。

説明

EnumReplicationUserDefinedAggregates を呼び出すには、sys.objects (Transact-SQL) カタログ ビューに対する SELECT 権限が必要です。

関連項目

参照

ReplicationDatabase クラス

Microsoft.SqlServer.Replication 名前空間