IExtendedPropertyHost.ExtendedProperties Property

Gets a list of extended properties.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property ExtendedProperties As IList(Of ISqlExtendedProperty)
'Usage
Dim instance As IExtendedPropertyHost 
Dim value As IList(Of ISqlExtendedProperty)

value = instance.ExtendedProperties
IList<ISqlExtendedProperty> ExtendedProperties { get; }
property IList<ISqlExtendedProperty^>^ ExtendedProperties {
    IList<ISqlExtendedProperty^>^ get ();
}
function get ExtendedProperties () : IList<ISqlExtendedProperty>

Property Value

Type: System.Collections.Generic.IList<ISqlExtendedProperty>

.NET Framework Security

See Also

Reference

IExtendedPropertyHost Interface

IExtendedPropertyHost Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace