SPSqlIoUsageEntry.Table property
tablename
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Table As String
Get
Set
'用途
Dim instance As SPSqlIoUsageEntry
Dim value As String
value = instance.Table
instance.Table = value
public string Table { get; set; }
Property value
Type: System.String