共用方式為


SPAuditEventSource enumeration

指定稽核的事件發生以程式設計方式或透過SharePoint Foundation UI 的使用者動作的結果。

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

Syntax

'宣告
Public Enumeration SPAuditEventSource
'用途
Dim instance As SPAuditEventSource
public enum SPAuditEventSource

Members

Member name Description
SharePoint 使用者動作所引發的稽核的事件。
ObjectModel 以程式設計方式引發的稽核的事件。

備註

這些值主要用於SPAuditEntry.EventSource屬性。

這個列舉型別所服務的一種用途是防止惡意方案開發人員以程式設計方式建立似乎都由SharePoint Foundation UI 中的使用者動作的稽核項目。

請參閱

參照

Microsoft.SharePoint namespace