SPSqlExceptionsUsageEntry.ExceptionNumber property
例外狀況數
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ExceptionNumber As Integer
Get
Set
'用途
Dim instance As SPSqlExceptionsUsageEntry
Dim value As Integer
value = instance.ExceptionNumber
instance.ExceptionNumber = value
public int ExceptionNumber { get; set; }
Property value
Type: System.Int32
請參閱
參照
SPSqlExceptionsUsageEntry class