SPDiagnosticsEventLogProvider.TableName property
與這個提供者相關聯的資料表名稱。
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property TableName As String
Get
'用途
Dim instance As SPDiagnosticsEventLogProvider
Dim value As String
value = instance.TableName
public override string TableName { get; }
Property value
Type: System.String
傳回 String。
Implements
請參閱
參照
SPDiagnosticsEventLogProvider class