DataProvider.IsClosed Property
A Boolean which determines whether the [T::Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider] is closed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property IsClosed As Boolean
Get
'Usage
Dim instance As DataProvider
Dim value As Boolean
value = instance.IsClosed
public bool IsClosed { get; }
public:
virtual property bool IsClosed {
bool get () sealed;
}
abstract IsClosed : bool
override IsClosed : bool
final function get IsClosed () : boolean
Property Value
Type: System.Boolean
true if the specified instance is closed; otherwise false.