Méthode Disconnect
Disconnects from the target server.
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 Function Disconnect As Boolean
'Utilisation
Dim instance As SfcConnection
Dim returnValue As Boolean
returnValue = instance.Disconnect()
public abstract bool Disconnect()
public:
virtual bool Disconnect() abstract
abstract Disconnect : unit -> bool
public abstract function Disconnect() : boolean
Valeur de retour
Type : System. . :: . .Boolean
true if the server is successfully disconnected; otherwise, false.