Propriété IsOpen
Gets a value indicating whether the connection is open.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property IsOpen As Boolean
Get
'Utilisation
Dim instance As SfcConnection
Dim value As Boolean
value = instance.IsOpen
public abstract bool IsOpen { get; }
public:
virtual property bool IsOpen {
bool get () abstract;
}
abstract IsOpen : bool
abstract function get IsOpen () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the connection is open; otherwise, false.