Database::ExtendedProperties Property
Gets the extended properties of the database.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public: [SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, (ExtendedProperty^::typeid))] property ExtendedPropertyCollection^ ExtendedProperties { virtual ExtendedPropertyCollection^ get() sealed; }
Property Value
Type: Microsoft.SqlServer.Management.Smo::ExtendedPropertyCollection^An ExtendedPropertyCollection object that specifies the extended properties of the Database object.
Implements
IExtendedProperties::ExtendedPropertiesSpecific extended properties can be referenced by using this collection by specifying the name of the property.
Show: