IExtendedProperties.ExtendedProperties Property

Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on an object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
ReadOnly Property ExtendedProperties As ExtendedPropertyCollection 
    Get
'Usage
Dim instance As IExtendedProperties 
Dim value As ExtendedPropertyCollection 

value = instance.ExtendedProperties
ExtendedPropertyCollection ExtendedProperties { get; }
property ExtendedPropertyCollection^ ExtendedProperties {
    ExtendedPropertyCollection^ get ();
}
abstract ExtendedProperties : ExtendedPropertyCollection
function get ExtendedProperties () : ExtendedPropertyCollection

Property Value

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

See Also

Reference

IExtendedProperties Interface

Microsoft.SqlServer.Management.Smo Namespace