共用方式為


SPDiagnosticsProvider.TableName property

若要取得之提供者相關聯的資料表名稱呼叫此方法。

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public MustOverride ReadOnly Property TableName As String
    Get
'用途
Dim instance As SPDiagnosticsProvider
Dim value As String

value = instance.TableName
public abstract string TableName { get; }

Property value

Type: System.String
會傳回代表提供者相關聯的資料表名稱String .

Implements

ILoggingProvider.TableName

請參閱

參照

SPDiagnosticsProvider class

SPDiagnosticsProvider members

Microsoft.SharePoint.Diagnostics namespace