This topic has not yet been rated - Rate this topic

DatabaseEncryptionKeyExtender.Regenerate Property

Gets or sets a Boolean value to indicate whether an encryption key will be regenerated.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[ExtendedPropertyAttribute]
public bool Regenerate { get; set; }

Property Value

Type: System.Boolean
Boolean
If True if the database encryption key is to be regenerated.
If False if the database encryption key is not to be regenerated.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.