Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the decryption password.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DecryptionPassword As Literal
Get
Set
'Usage
Dim instance As CertificateStatementBase
Dim value As Literal
value = instance.DecryptionPassword
instance.DecryptionPassword = value
public Literal DecryptionPassword { get; set; }
public:
virtual property Literal^ DecryptionPassword {
Literal^ get () sealed;
void set (Literal^ value) sealed;
}
abstract DecryptionPassword : Literal with get, set
override DecryptionPassword : Literal with get, set
final function get DecryptionPassword () : Literal
final function set DecryptionPassword (value : Literal)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The decryption password.