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