UserDefinedAggregate.Parent Property
Gets the Database object that is the parent of the UserDefinedAggregate object.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)] public Database Parent { get; set; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabaseA Database object that is the parent of the UserDefinedAggregate object.
UserDefinedAggregate Class
Microsoft.SqlServer.Management.Smo Namespace
Aggregate (Database Engine)
CREATE AGGREGATE (Transact-SQL)
Show: