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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ODataResponseListGatewayDatasource ( ) : System

Initializes a new instance of the ODataResponseListGatewayDatasource class.

ODataResponseListGatewayDatasource ( string odatacontext = default(string), IList value = default(IList<GatewayDatasource>) ) : System

Initializes a new instance of the ODataResponseListGatewayDatasource class.

메소드 상세

ODataResponseListGatewayDatasource() 공개 메소드

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

ODataResponseListGatewayDatasource() 공개 메소드

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