C# Class Microsoft.PowerBI.Api.V1.Models.ODataResponseListDatasource

Odata response wrapper for a Power BI datasource collection
Afficher le fichier Open project: Microsoft/PowerBI-CSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ODataResponseListDatasource ( ) : System

Initializes a new instance of the ODataResponseListDatasource class.

ODataResponseListDatasource ( string odatacontext = default(string), IList value = default(IList<Datasource>) ) : System

Initializes a new instance of the ODataResponseListDatasource class.

Method Details

ODataResponseListDatasource() public méthode

Initializes a new instance of the ODataResponseListDatasource class.
public ODataResponseListDatasource ( ) : System
Résultat System

ODataResponseListDatasource() public méthode

Initializes a new instance of the ODataResponseListDatasource class.
public ODataResponseListDatasource ( string odatacontext = default(string), IList value = default(IList<Datasource>) ) : System
odatacontext string
value IList
Résultat System