ProjectDataAnalytics constructor

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

Syntax

'Declaration
Public Sub New ( _
    pDbName As String, _
    pDbServerName As String, _
    pSiteId As Guid, _
    pSiteUrl As String, _
    pSiteSubscriptionId2 As Guid, _
    pEntityType As String, _
    pCategory As String, _
    pCategoryName As String, _
    pName As String, _
    pValue As Integer _
)
'Usage
Dim pDbName As String
Dim pDbServerName As String
Dim pSiteId As Guid
Dim pSiteUrl As String
Dim pSiteSubscriptionId2 As Guid
Dim pEntityType As String
Dim pCategory As String
Dim pCategoryName As String
Dim pName As String
Dim pValue As Integer

Dim instance As New ProjectDataAnalytics(pDbName, _
    pDbServerName, pSiteId, pSiteUrl, _
    pSiteSubscriptionId2, pEntityType, _
    pCategory, pCategoryName, pName, _
    pValue)
public ProjectDataAnalytics(
    string pDbName,
    string pDbServerName,
    Guid pSiteId,
    string pSiteUrl,
    Guid pSiteSubscriptionId2,
    string pEntityType,
    string pCategory,
    string pCategoryName,
    string pName,
    int pValue
)

Parameters

See also

Reference

ProjectDataAnalytics class

ProjectDataAnalytics members

Microsoft.SharePoint.Administration namespace