Gets the optional account name in case of recover option.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Account As Literal
Get
Set
'用途
Dim instance As AlterServiceMasterKeyStatement
Dim value As Literal
value = instance.Account
instance.Account = value
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional account name.