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 です。
説明
EnumReplicationUserDefinedAggregates を呼び出すには、sys.objects (Transact-SQL) カタログ ビューに対する SELECT 権限が必要です。
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。