SPDiagnosticsSqlProvider.Query property
The SQL query that will be executed against all SQL instances when the provider collects data.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property Query As String
Get
'Usage
Dim value As String
value = Me.Query
protected abstract string Query { get; }
Property value
Type: System.String
Returns String.
See also
Reference
SPDiagnosticsSqlProvider class