IVsDataMappedObjectType.UnderlyingTypes (Propiedad)

Obtiene los tipos origen- específicos el es la base de datos que corresponden al tipo asignado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
ReadOnly Property UnderlyingTypes As ICollection(Of IVsDataObjectType)
ICollection<IVsDataObjectType> UnderlyingTypes { get; }
property ICollection<IVsDataObjectType^>^ UnderlyingTypes {
    ICollection<IVsDataObjectType^>^ get ();
}
abstract UnderlyingTypes : ICollection<IVsDataObjectType>
function get UnderlyingTypes () : ICollection<IVsDataObjectType>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<IVsDataObjectType>
Una colección de IVsDataObjectType se opone representa los tipos el subyacente que corresponden al tipo asignado.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataMappedObjectType Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)