PageInfoEncryption Property |
A
Page can be encrypted with DES or not.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public PageInfoencryptionKind Encryption { get; set; }
Public Property Encryption As PageInfoencryptionKind
Get
Set
public:
property PageInfoencryptionKind Encryption {
PageInfoencryptionKind get ();
void set (PageInfoencryptionKind value);
}
member Encryption : PageInfoencryptionKind with get, set
Property Value
Type:
PageInfoencryptionKindThe
PageInfoencryptionKindSee Also