UserDefinedAggregateParameter Constructor

Initializes a new instance of the UserDefinedAggregateParameter class.

备注

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

重载列表

名称 Description
UserDefinedAggregateParameter ()
Initializes a new instance of the UserDefinedAggregateParameter class.
UserDefinedAggregateParameter (UserDefinedAggregate, String)
Initializes a new instance of the UserDefinedAggregateParameter class on the specified user-defined aggregate and with the specified name.
UserDefinedAggregateParameter (UserDefinedAggregate, String, DataType)
Initializes a new instance of the UserDefinedAggregateParameter class on the specified user-defined aggregate, with the specified name and with the specified data type.

请参阅

参考

UserDefinedAggregateParameter Class
UserDefinedAggregateParameter Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

创建用户定义聚合函数
CREATE AGGREGATE (Transact-SQL)