SPDataSourceMigratorException.DoNotAddIISRestartInfo property
取得 Boolean 值,指出錯誤訊息是否排除重新啟動網際網路資訊服務 (IIS) 的資訊。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property DoNotAddIISRestartInfo As Boolean
Get
'用途
Dim instance As SPDataSourceMigratorException
Dim value As Boolean
value = instance.DoNotAddIISRestartInfo
public bool DoNotAddIISRestartInfo { get; }
Property value
Type: System.Boolean
Boolean
true排除需重新啟動 IIS 資訊 ; 如果否則,請false。
請參閱
參照
SPDataSourceMigratorException class