BackupEncryptionOptions Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| BackupEncryptionOptions() |
Initialise une nouvelle instance de la classe BackupEncryptionOptions. |
| BackupEncryptionOptions(BackupEncryptionAlgorithm, BackupEncryptorType, String) |
Initialise une nouvelle instance de la classe BackupEncryptionOptions. |
BackupEncryptionOptions()
Initialise une nouvelle instance de la classe BackupEncryptionOptions.
public BackupEncryptionOptions();
Public Sub New ()
S’applique à
BackupEncryptionOptions(BackupEncryptionAlgorithm, BackupEncryptorType, String)
Initialise une nouvelle instance de la classe BackupEncryptionOptions.
public BackupEncryptionOptions(Microsoft.SqlServer.Management.Smo.BackupEncryptionAlgorithm algorithm, Microsoft.SqlServer.Management.Smo.BackupEncryptorType encryptorType, string encryptorName);
new Microsoft.SqlServer.Management.Smo.BackupEncryptionOptions : Microsoft.SqlServer.Management.Smo.BackupEncryptionAlgorithm * Microsoft.SqlServer.Management.Smo.BackupEncryptorType * string -> Microsoft.SqlServer.Management.Smo.BackupEncryptionOptions
Public Sub New (algorithm As BackupEncryptionAlgorithm, encryptorType As BackupEncryptorType, encryptorName As String)
Paramètres
- algorithm
- BackupEncryptionAlgorithm
Algorithme de chiffrement.
- encryptorType
- BackupEncryptorType
Type de chiffreur.
- encryptorName
- String
Nom du chiffreur (nom du certificat de serveur ou nom de clé asymétrique du serveur).