Share via


PJContentDatabaseVersionLog.WriteLog method (Guid, String, String, String, String)

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

Syntax

'Declaration
Public Shared Sub WriteLog ( _
    pContentDatabaseId As Guid, _
    pContentDatabaseName As String, _
    pNormalizedDataSource As String, _
    pBuildVersion As String, _
    pDatabaseVersion As String _
)
'Usage
Dim pContentDatabaseId As Guid
Dim pContentDatabaseName As String
Dim pNormalizedDataSource As String
Dim pBuildVersion As String
Dim pDatabaseVersion As StringPJContentDatabaseVersionLog.WriteLog(pContentDatabaseId, _
    pContentDatabaseName, pNormalizedDataSource, _
    pBuildVersion, pDatabaseVersion)
public static void WriteLog(
    Guid pContentDatabaseId,
    string pContentDatabaseName,
    string pNormalizedDataSource,
    string pBuildVersion,
    string pDatabaseVersion
)

Parameters

See also

Reference

PJContentDatabaseVersionLog class

PJContentDatabaseVersionLog members

WriteLog overload

Microsoft.SharePoint.Administration namespace