SqlQueryData.NumLogicalReads property
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property NumLogicalReads As Integer
Get
Set
'Usage
Dim instance As SqlQueryData
Dim value As Integer
value = instance.NumLogicalReads
instance.NumLogicalReads = value
public int NumLogicalReads { get; set; }
Property value
Type: System.Int32