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)
Get
'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>
abstract ExtendedProperties : IList<ISqlExtendedProperty>
Property Value
Type: System.Collections.Generic.IList<ISqlExtendedProperty>
Returns a list of ISqlExtendedProperty objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.