IVsDataViewConnectionNodeInfo.ObjectType (Propiedad)

Obtiene el tipo de objeto de datos representado en el nodo de conexión actual.

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

Sintaxis

'Declaración
ReadOnly Property ObjectType As IVsDataObjectType
IVsDataObjectType ObjectType { get; }
property IVsDataObjectType^ ObjectType {
    IVsDataObjectType^ get ();
}
abstract ObjectType : IVsDataObjectType
function get ObjectType () : IVsDataObjectType

Valor de propiedad

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObjectType
Un objeto de IVsDataObjectType como el tipo del objeto de datos representado en el nodo de conexión actual.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewConnectionNodeInfo Interfaz

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