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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.