AlterServiceMasterKeyStatement.Account 属性
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.