Свойство TSqlModelSchema.AllTypes

All types supported in the model. This will include types that cannot be queried for using the GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes) and GetObjects(DacQueryScopes, array<ModelTypeClass[]) API calls.

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

Синтаксис

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

value = instance.AllTypes
public IEnumerable<ModelTypeClass> AllTypes { get; }
public:
property IEnumerable<ModelTypeClass^>^ AllTypes {
    IEnumerable<ModelTypeClass^>^ get ();
}
member AllTypes : IEnumerable<ModelTypeClass>
function get AllTypes () : IEnumerable<ModelTypeClass>

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

Тип: System.Collections.Generic.IEnumerable<ModelTypeClass>

См. также

Справочник

TSqlModelSchema Класс

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