UserDefinedAggregateParameterCollection.Item Property (String)
SQL Server 2008 R2
Gets a UserDefinedAggregateParameter object in the collection by name.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- name
- Type: System.String
A String value that specifies the name of the UserDefinedAggregateParameter object in the UserDefinedAggregateParameterCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterA UserDefinedAggregateParameter object value that represents the user-defined aggregate parameter.
