DataReader.Descriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information that describes the data from a data source.
public:
property Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataReaderDescriptor ^ Descriptor { Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataReaderDescriptor ^ get(); };
public Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReaderDescriptor Descriptor { get; }
member this.Descriptor : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReaderDescriptor
Public ReadOnly Property Descriptor As IVsDataReaderDescriptor
Property Value
An IVsDataReaderDescriptor object describing the data.