SPList.HasExternalDataSource property
取得一個值,指出清單是否有外部資料來源。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property HasExternalDataSource As Boolean
Get
Friend Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.HasExternalDataSource
public bool HasExternalDataSource { get; internal set; }
Property value
Type: System.Boolean
true如果清單有外部資料來源 ;否則false。