共用方式為


SPQueryUsageEntry.TotalResults Property

Total results of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property TotalResults As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Integer)

value = instance.TotalResults

instance.TotalResults = value
public Nullable<int> TotalResults { get; set; }

Property Value

Type: System.Nullable<Int32>
A Nullable<T> representation of the results.

See Also

Reference

SPQueryUsageEntry Class

SPQueryUsageEntry Members

Microsoft.SharePoint.Administration Namespace