共用方式為


SPSecurity.CodeToRunElevated delegate

表示可以執行的RunWithElevatedPrivileges方法的委派方法。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Delegate Sub CodeToRunElevated
'用途
Dim instance As New CodeToRunElevated(AddressOf HandlerMethod)
public delegate void CodeToRunElevated()

備註

委派方法是由應用程式集區身分識別帳戶下執行。這可讓委派網站集合系統管理員權限的裝載的應用程式集區的所有網站集合。

請參閱

參照

Microsoft.SharePoint namespace

RunWithElevatedPrivileges(SPSecurity.CodeToRunElevated)

其他資源

Elevation of Privilege