Поделиться через


ISqlExtendedPropertyHost.ExtendedProperties - свойство

Получает список расширенных свойств для данного объекта.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<ISqlExtendedProperty>

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlExtendedPropertyHost Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен