SPSqlExceptionsUsageEntry.StartTime property
這個時間線段的開始時間
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property StartTime As DateTime
Get
Set
'用途
Dim instance As SPSqlExceptionsUsageEntry
Dim value As DateTime
value = instance.StartTime
instance.StartTime = value
public DateTime StartTime { get; set; }
Property value
Type: System.DateTime
請參閱
參照
SPSqlExceptionsUsageEntry class