码迷,mamicode.com
首页 > 其他好文 > 详细

TimeJob权限问题 拒绝访问

时间:2014-09-23 19:35:25      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   问题   on   c   ad   new   r   

internal void RenameWithoutValidation(string value)
{
    if (value == null) throw new ArgumentNullException("value");
    this.m_Name = value.Trim();
    try
    {
        this.m_SkipPersistedStoreWriteCheck = true;
        this.Update();
    }
    finally
    {
        this.m_SkipPersistedStoreWriteCheck = false;
    }
}



protected override bool HasAdditionalUpdateAccess()
{
return true;
}

TimeJob权限问题 拒绝访问

标签:io   ar   sp   问题   on   c   ad   new   r   

原文地址:http://www.cnblogs.com/TNSSTAR/p/3988777.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!