SqlQueryData Class

Represents a container for SQL query information that is used for diagnostic purposes.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Utilities.SqlQueryData

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

Syntax

'Declaration
Public Class SqlQueryData _
    Implements IDisposable
'Usage
Dim instance As SqlQueryData
public class SqlQueryData : IDisposable

Remarks

This class should be used only when it is obtained by accessing the SqlQueries property of the SPSqlQueryCounter class.

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.

See Also

Reference

SqlQueryData Members

Microsoft.SharePoint.Utilities Namespace