SPSqlExceptionsUsageEntry.UserID property
使用者識別碼
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property UserID As String
Get
Set
'用途
Dim instance As SPSqlExceptionsUsageEntry
Dim value As String
value = instance.UserID
instance.UserID = value
public string UserID { get; set; }
Property value
Type: System.String
請參閱
參照
SPSqlExceptionsUsageEntry class