Share via


ISqlExtendedPropertyHost.ExtendedProperties (Propiedad)

Obtiene la lista de propiedades extendidas para este objeto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlExtendedPropertyHost Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)