ILoggingProvider.Columns property
提供資料行名稱與 sql 資料庫類型用來儲存資料對應的記錄 store 物件的清單。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
ReadOnly Property Columns As IList(Of SPColumnDefinition)
Get
'用途
Dim instance As ILoggingProvider
Dim value As IList(Of SPColumnDefinition)
value = instance.Columns
IList<SPColumnDefinition> Columns { get; }
Property value
Type: System.Collections.Generic.IList<SPColumnDefinition>
會傳回IList<T>。
備註
此屬性的傳回值應該是靜態。不支援動態結構描述。