次の方法で共有


UserDefinedAggregate クラス

UserDefinedAggregate オブジェクトは、SQL Server のユーザー定義集計を表します。

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

構文

'宣言
<PhysicalFacetAttribute> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
Public NotInheritable Class UserDefinedAggregate _
    Inherits ScriptSchemaObjectBase _
    Implements IObjectPermission, ICreatable, IDroppable, IExtendedProperties,  _
    IScriptable
'使用
Dim instance As UserDefinedAggregate
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
public sealed class UserDefinedAggregate : ScriptSchemaObjectBase, 
    IObjectPermission, ICreatable, IDroppable, IExtendedProperties, IScriptable
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
public ref class UserDefinedAggregate sealed : public ScriptSchemaObjectBase, 
    IObjectPermission, ICreatable, IDroppable, IExtendedProperties, IScriptable
[<SealedAttribute>]
[<PhysicalFacetAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
type UserDefinedAggregate =  
    class
        inherit ScriptSchemaObjectBase
        interface IObjectPermission
        interface ICreatable
        interface IDroppable
        interface IExtendedProperties
        interface IScriptable
    end
public final class UserDefinedAggregate extends ScriptSchemaObjectBase implements IObjectPermission, ICreatable, IDroppable, IExtendedProperties, IScriptable

説明

UserDefinedAggregate オブジェクトのプロパティを取得するには、固定サーバー ロール public のメンバでもかまいません。

UserDefinedAggregate オブジェクトのプロパティを設定するには、データベースの CREATE AGGREGATE 権限だけでなく、指定したアセンブリの REFERENCES 権限も持っている必要があります。

ユーザー定義集計を作成するには、データベースの DROP AGGREGATE 権限またはユーザー定義集計の ALTER 権限を持っている必要があります。

他のユーザーに対してユーザー定義集計の権限を許可、拒否、または取り消すには、ユーザー定義集計の CONTROL 権限を持っている必要があります。

スレッド セーフ

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