TableProvider.CanUpdate(IPrincipal) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值指出是否允許使用者更新資料表中的項目。
public:
virtual bool CanUpdate(System::Security::Principal::IPrincipal ^ principal);
public virtual bool CanUpdate (System.Security.Principal.IPrincipal principal);
abstract member CanUpdate : System.Security.Principal.IPrincipal -> bool
override this.CanUpdate : System.Security.Principal.IPrincipal -> bool
Public Overridable Function CanUpdate (principal As IPrincipal) As Boolean
參數
- principal
- IPrincipal
使用者。
傳回
如果允許該使用者更新資料表中的項目則為 true
,否則為 false
。