Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Database.ExtendedProperties Property

Gets the extended properties of the database.

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 specifies the extended properties of the Database object.

Implements

IExtendedProperties.ExtendedProperties

Specific extended properties can be referenced by using this collection by specifying the name of the property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.