Compartilhar via


SPList.DataSource property

Obtém a fonte de dados em uma lista que possua uma fonte de dados externa.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property DataSource As SPListDataSource
    Get
    Friend Set
'Uso
Dim instance As SPList
Dim value As SPListDataSource

value = instance.DataSource
public SPListDataSource DataSource { get; internal set; }

Property value

Type: Microsoft.SharePoint.SPListDataSource
Um objeto que representa a fonte de dados externa ou a null reference (Nothing in Visual Basic) se a lista não tiver nenhuma fonte de dados externa.

Ver também

Referência

SPList class

SPList members

Microsoft.SharePoint namespace

HasExternalDataSource