DatabaseLocationPageEncryption Property |
Gets the encryption kind attribute.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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