共用方式為


SPMonitoredScopeData class

基本上是 SPMonitoredScope 中所儲存的資料。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Diagnostics.SPMonitoredScopeData

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

Syntax

'宣告
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPMonitoredScopeData
'用途
Dim instance As SPMonitoredScopeData
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPMonitoredScopeData

備註

SPMonitoredScope 會用於做為行為的運作方式的程式碼。SPMonitoredScopeData 用來代表僅限資料。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPMonitoredScopeData members

Microsoft.SharePoint.Diagnostics namespace