次の方法で共有


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>

適用対象