This topic has not yet been rated - Rate this topic

UserDefinedAggregate.ExtendedProperties Property

Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on the user-defined aggregate.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
	typeof(ExtendedProperty))]
public ExtendedPropertyCollection ExtendedProperties { get; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection
An ExtendedPropertyCollection object that represents all the extended properties defined on the user-defined aggregate.

Implements

IExtendedProperties.ExtendedProperties
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.