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

CreateDatasetRequest 构造函数

定义

重载

CreateDatasetRequest()
CreateDatasetRequest(String, IList<Table>, IList<Relationship>, IList<Datasource>, Nullable<DatasetMode>)

CreateDatasetRequest()

public CreateDatasetRequest ();
Public Sub New ()

适用于

CreateDatasetRequest(String, IList<Table>, IList<Relationship>, IList<Datasource>, Nullable<DatasetMode>)

public CreateDatasetRequest (string name, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Table> tables, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Relationship> relationships = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> datasources = default, Microsoft.PowerBI.Api.Models.DatasetMode? defaultMode = default);
new Microsoft.PowerBI.Api.Models.CreateDatasetRequest : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Table> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Relationship> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> * Nullable<Microsoft.PowerBI.Api.Models.DatasetMode> -> Microsoft.PowerBI.Api.Models.CreateDatasetRequest
Public Sub New (name As String, tables As IList(Of Table), Optional relationships As IList(Of Relationship) = Nothing, Optional datasources As IList(Of Datasource) = Nothing, Optional defaultMode As Nullable(Of DatasetMode) = Nothing)

参数

name
String
tables
IList<Table>
relationships
IList<Relationship>
datasources
IList<Datasource>
defaultMode
Nullable<DatasetMode>

适用于