你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SourceReport 构造函数

定义

重载

SourceReport()
SourceReport(Guid, Nullable<Guid>)

SourceReport()

public SourceReport();
Public Sub New ()

适用于

SourceReport(Guid, Nullable<Guid>)

public SourceReport(Guid sourceReportId, Guid? sourceWorkspaceId = default);
new Microsoft.PowerBI.Api.Models.SourceReport : Guid * Nullable<Guid> -> Microsoft.PowerBI.Api.Models.SourceReport
Public Sub New (sourceReportId As Guid, Optional sourceWorkspaceId As Nullable(Of Guid) = Nothing)

参数

sourceReportId
Guid
sourceWorkspaceId
Nullable<Guid>

适用于