Database.ExtendedProperties Property
SQL Server 2008
Gets the extended properties of the database.
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.ExtendedPropertyCollectionAn ExtendedPropertyCollection object that specifies the extended properties of the Database object.
