DatabaseLocationPageEncryption Property |
Gets the encryption kind attribute.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic PageInfoencryptionKind PageEncryption { get; set; }
Public Property PageEncryption As PageInfoencryptionKind
Get
Set
public:
property PageInfoencryptionKind PageEncryption {
PageInfoencryptionKind get ();
void set (PageInfoencryptionKind value);
}
member PageEncryption : PageInfoencryptionKind with get, set
Property Value
Type:
PageInfoencryptionKindThe
PageInfoencryptionKind used in this location
See Also