Compartilhar via


SPDiagnosticsSqlDmvProvider Constructor (SPService)

Initializes a new instance of the SPDiagnosticsSqlDmvProvider class.

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    service As SPService _
)
'Usage
Dim service As SPService

Dim instance As New SPDiagnosticsSqlDmvProvider(service)
public SPDiagnosticsSqlDmvProvider(
    SPService service
)

Parameters

Remarks

To create a new instance of this class, the Update() method must be used in conjuction with this constructor.

See Also

Reference

SPDiagnosticsSqlDmvProvider Class

SPDiagnosticsSqlDmvProvider Members

SPDiagnosticsSqlDmvProvider Overload

Microsoft.SharePoint.Diagnostics Namespace