UserDefinedAggregateCollection クラス

UserDefinedAggregateCollection クラスは、データベースで定義されたすべてのデータベース ユーザー定義集計を表す UserDefinedAggregate オブジェクトのコレクションを表します。

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

構文

'宣言
Public NotInheritable Class UserDefinedAggregateCollection _
    Inherits SchemaCollectionBase
'使用
Dim instance As UserDefinedAggregateCollection
public sealed class UserDefinedAggregateCollection : SchemaCollectionBase
public ref class UserDefinedAggregateCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type UserDefinedAggregateCollection =  
    class
        inherit SchemaCollectionBase
    end
public final class UserDefinedAggregateCollection extends SchemaCollectionBase

説明

UserDefinedAggregateCollection オブジェクトは、一連のデータベース ユーザー定義集計にアクセスするために使用できます。Item プロパティを使用して、特定の UserDefinedAggregate オブジェクトを取得することができます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。