Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value indicating whether the data parameter exposes its IVsDataReaderDescriptor implementation through the Descriptor() property.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property HasDescriptor As Boolean
Get
protected override bool HasDescriptor { get; }
protected:
virtual property bool HasDescriptor {
bool get () override;
}
abstract HasDescriptor : bool
override HasDescriptor : bool
override function get HasDescriptor () : boolean
Property Value
Type: System.Boolean
true if the data parameter has the descriptor information; otherwise, false.
Remarks
The default implementation returns true. Override to provide a custom implementation.
.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.