Gets or sets the old password, to which a new password would be assigned.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property OldPassword As Literal
Get
Set
'用途
Dim instance As PasswordAlterPrincipalOption
Dim value As Literal
value = instance.OldPassword
instance.OldPassword = value
public Literal OldPassword { get; set; }
public:
property Literal^ OldPassword {
Literal^ get ();
void set (Literal^ value);
}
member OldPassword : Literal with get, set
function get OldPassword () : Literal
function set OldPassword (value : Literal)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The old password.