Compartir a través de


UserDefinedAggregateParameter Constructor

Initializes a new instance of the UserDefinedAggregateParameter class.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Lista de sobrecargas

Nombre 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.

Vea también

Referencia

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

Otros recursos

Crear funciones de agregado definidas por el usuario
CREATE AGGREGATE (Transact-SQL)