UserDefinedAggregateParameterCollection.Item Property (String)
Gets a UserDefinedAggregateParameter object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As UserDefinedAggregateParameter
Get
'Usage
Dim instance As UserDefinedAggregateParameterCollection
Dim name As String
Dim value As UserDefinedAggregateParameter
value = instance(name)
public UserDefinedAggregateParameter this[
string name
] { get; }
public:
property UserDefinedAggregateParameter^ default[String^ name] {
UserDefinedAggregateParameter^ get (String^ name);
}
member Item : UserDefinedAggregateParameter
JScript supports the use of indexed properties, but not the declaration of new ones.
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.UserDefinedAggregateParameter
A UserDefinedAggregateParameter object value that represents the user-defined aggregate parameter.