SPDistributedCacheCallUsageProvider.TableName property
取得 SQL 資料表的名稱。
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property TableName As String
Get
'用途
Dim instance As SPDistributedCacheCallUsageProvider
Dim value As String
value = instance.TableName
public override string TableName { get; }
Property value
Type: System.String
請參閱
參照
SPDistributedCacheCallUsageProvider class