Свойство ModelTypeClass.Metadata

Metadata properties for the type.

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

Синтаксис

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

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

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

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

См. также

Справочник

ModelTypeClass Класс

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