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 AdoDotNetSchemaReader is closed.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsClosed As Boolean
Get
public override bool IsClosed { get; }
public:
virtual property bool IsClosed {
bool get () override;
}
abstract IsClosed : bool
override IsClosed : bool
override function get IsClosed () : boolean
Property Value
Type: System.Boolean
true if the AdoDotNetSchemaReader object is closed; otherwise, false.
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.