Свойство ModelTypeClass.Properties

Properties for the type.

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property Properties As ICollection(Of ModelPropertyClass)
    Get
'Применение
Dim instance As ModelTypeClass 
Dim value As ICollection(Of ModelPropertyClass)

value = instance.Properties
public ICollection<ModelPropertyClass> Properties { get; }
public:
property ICollection<ModelPropertyClass^>^ Properties {
    ICollection<ModelPropertyClass^>^ get ();
}
member Properties : ICollection<ModelPropertyClass>
function get Properties () : ICollection<ModelPropertyClass>

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

Тип: System.Collections.Generic.ICollection<ModelPropertyClass>

См. также

Справочник

ModelTypeClass Класс

Пространство имен Microsoft.SqlServer.Dac.Model