CreateDatasetRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateDatasetRequest() | |
CreateDatasetRequest(String, IList<Table>, IList<Relationship>, IList<Datasource>, Nullable<DatasetMode>) |
CreateDatasetRequest()
public CreateDatasetRequest ();
Public Sub New ()
Applies to
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)
Parameters
- name
- String
- relationships
- IList<Relationship>
- datasources
- IList<Datasource>
- defaultMode
- Nullable<DatasetMode>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET