Condividi tramite


Proprietà ISqlExtendedPropertyHost.ExtendedProperties

Ottiene l'elenco di proprietà estese per questo oggetto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlExtendedPropertyHost Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel