Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
public IVsDataReaderDescriptor Descriptor { get; }
public:
virtual property IVsDataReaderDescriptor^ Descriptor {
IVsDataReaderDescriptor^ get () sealed;
}
abstract Descriptor : IVsDataReaderDescriptor
override Descriptor : IVsDataReaderDescriptor
final function get Descriptor () : IVsDataReaderDescriptor
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReaderDescriptor
An IVsDataReaderDescriptor object describing the data.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.