SPLog.ErrorTag method (UInt32, SPUpgradeSession, String)
登發生錯誤,來電者所指定的檔案。非作用中工作階段記錄時,這是非常有用
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub ErrorTag ( _
tagID As UInteger, _
session As SPUpgradeSession, _
output As String _
)
'用途
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
)
參數
- tagID
Type: System.UInt32
- session
Type: Microsoft.SharePoint.Upgrade.SPUpgradeSession
- output
Type: System.String