UserDefinedAggregateParameterCollection.Remove Method (UserDefinedAggregateParameter)
Removes a UserDefinedAggregateParameter object from the UserDefinedAggregateParameterCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub Remove ( _
userDefinedAggregateParameter As UserDefinedAggregateParameter _
)
public void Remove (
UserDefinedAggregateParameter userDefinedAggregateParameter
)
public:
void Remove (
UserDefinedAggregateParameter^ userDefinedAggregateParameter
)
public void Remove (
UserDefinedAggregateParameter userDefinedAggregateParameter
)
public function Remove (
userDefinedAggregateParameter : UserDefinedAggregateParameter
)
Parameters
- userDefinedAggregateParameter
A UserDefinedAggregateParameter object that specifies the parameter that is to be removed from the collection.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.