C# 클래스 Microsoft.PowerBI.Api.V1.Models.ODataResponseListDatasource

Odata response wrapper for a Power BI datasource collection
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ODataResponseListDatasource() 공개 메소드

Initializes a new instance of the ODataResponseListDatasource class.
public ODataResponseListDatasource ( ) : System
리턴 System

ODataResponseListDatasource() 공개 메소드

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