SPLog.ErrorTag-Methode (UInt32, SPUpgradeSession, String)
Melden Sie sich einen Fehler in einer Datei vom Anrufer festgelegt. Dies ist nützlich, wenn eine nicht aktiven Sitzung anmelden
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ErrorTag ( _
tagID As UInteger, _
session As SPUpgradeSession, _
output As String _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim session As SPUpgradeSession
Dim output As String
instance.ErrorTag(tagID, session, output)
public void ErrorTag(
uint tagID,
SPUpgradeSession session,
string output
)
Parameter
- tagID
Typ: System.UInt32
- session
Typ: Microsoft.SharePoint.Upgrade.SPUpgradeSession
- output
Typ: System.String