Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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