Share via


IVsDataReader.Descriptor Property

When implemented by a class, gets information that describes the data from a data source.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property Descriptor As IVsDataReaderDescriptor
'Usage
Dim instance As IVsDataReader 
Dim value As IVsDataReaderDescriptor 

value = instance.Descriptor
IVsDataReaderDescriptor Descriptor { get; }
property IVsDataReaderDescriptor^ Descriptor {
    IVsDataReaderDescriptor^ get ();
}
function get Descriptor () : IVsDataReaderDescriptor

Property Value

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

.NET Framework Security

See Also

Reference

IVsDataReader Interface

IVsDataReader Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace