Proprietà IsOpen
Gets a value indicating whether the connection is currently open. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property IsOpen As Boolean
Get
'Utilizzo
Dim instance As SqlStoreConnection
Dim value As Boolean
value = instance.IsOpen
public override bool IsOpen { get; }
public:
virtual property bool IsOpen {
bool get () override;
}
abstract IsOpen : bool
override IsOpen : bool
override function get IsOpen () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value specifying whether the connection is open.
Implementa
Vedere anche