UserDefinedAggregate.Create Method

Creates a user-defined aggregate on the instance of Microsoft SQL Server as defined by the UserDefinedAggregate object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Create
'Usage
Dim instance As UserDefinedAggregate

instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit  
override Create : unit -> unit
public final function Create()

Implements

ICreatable.Create()

Examples

Setting Properties

See Also

Reference

UserDefinedAggregate Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Aggregate Showplan Operator

CREATE AGGREGATE (Transact-SQL)