Propriedade ISqlExtendedPropertyHost.ExtendedProperties

Obtém a lista de propriedades estendidas para este objeto.

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

Sintaxe

'Declaração
ReadOnly Property ExtendedProperties As IList(Of ISqlExtendedProperty)
    Get
IList<ISqlExtendedProperty> ExtendedProperties { get; }
property IList<ISqlExtendedProperty^>^ ExtendedProperties {
    IList<ISqlExtendedProperty^>^ get ();
}
abstract ExtendedProperties : IList<ISqlExtendedProperty>
function get ExtendedProperties () : IList<ISqlExtendedProperty>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlExtendedPropertyHost Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel