SPList.HasExternalDataSource 属性

获取一个值,该值指示列表是否具有外部数据源。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.Boolean
true如果列表不包含外部数据源 ;否则为false。

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间

DataSource