Share via


DataReader.Descriptor Property

Gets information that describes the data from a data source.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property Descriptor As IVsDataReaderDescriptor
public IVsDataReaderDescriptor Descriptor { get; }
public:
virtual property IVsDataReaderDescriptor^ Descriptor {
    IVsDataReaderDescriptor^ get () sealed;
}
abstract Descriptor : IVsDataReaderDescriptor with get 
override Descriptor : IVsDataReaderDescriptor with get
final function get Descriptor () : IVsDataReaderDescriptor

Property Value

Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReaderDescriptor
An IVsDataReaderDescriptor object describing the data.

Implements

IVsDataReader.Descriptor

.NET Framework Security

See Also

Reference

DataReader Class

Microsoft.VisualStudio.Data.Framework Namespace