Share via


Méthode Disable

Disables the CryptographicProvider on the connected server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Disable
'Utilisation
Dim instance As CryptographicProvider

instance.Disable()
public void Disable()
public:
void Disable()
member Disable : unit -> unit 
public function Disable()

Notes

The CryptographicProvider must be created before Disable can be called.