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

例外

例外 条件
ApplicationException

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

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

説明

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

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。