IsClosed Propiedad
A Boolean which determines whether the [T::Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider] is closed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsClosed As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the specified instance is closed; otherwise false.