Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the algorithm used to encrypt the database encryption key
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration DatabaseEncryptionAlgorithm
'Usage
Dim instance As DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
public enum class DatabaseEncryptionAlgorithm
type DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
Members
| Member name | Description | |
|---|---|---|
| Aes128 | Key Length of 128 | |
| Aes192 | Key Length of 192 | |
| Aes256 | Key Length of 256 | |
| TripleDes | Key Length of 192 |