DataSourceNames members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the names of data source types.
The DataSourceNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
Adomd | Represents an ADOMD.NET data source. Returns "ADOMD.NET." | |
ExcelServicesWorkbook | Represents a data source that is based on an Excel Services workbook. Returns "ExcelServicesWorkbook." | |
ExcelWorkbook | Represents a data source that is based on an embedded Microsoft Excel workbook. Returns "ExcelWorkbook." | |
Odbc | This object, member, or enumeration is deprecated and is not intended to be used in your code. | |
SharePointList | Represents a data source that is based on a SharePoint list. Returns "SpListDataSource." | |
SqlTabular | Represents a data source that is based on a Microsoft SQL Server table. Returns "SqlTabularDataSource." |
Top