Share via


AlterServiceMasterKeyStatement.Account Property

Gets or sets the optional account name, in case of recover option.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Account As Literal
public Literal Account { get; set; }
public:
property Literal^ Account {
    Literal^ get ();
    void set (Literal^ value);
}
member Account : Literal with get, set
function get Account () : Literal
function set Account (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

AlterServiceMasterKeyStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace