Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the name of the server certificate that was used to encrypt the database.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EncryptorName As String
Get
Set
'Utilisation
Dim instance As DatabaseEncryptionKey
Dim value As String
value = instance.EncryptorName
instance.EncryptorName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string EncryptorName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ EncryptorName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EncryptorName : string with get, set
function get EncryptorName () : String
function set EncryptorName (value : String)
Valeur de propriété
Type : System.String
The name of the server certificate that was used to encrypt the database.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo
Autres ressources
Chiffrement transparent des données (TDE)
Gérer le chiffrement de la base de données (page Propriétés)