Dataset Constructor (String, IList<Table>, String, String, String, IList<Datasource>)
Initializes a new instance of the Dataset class.
Namespace: Microsoft.PowerBI.Api.Beta.Models
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public Dataset(
string name,
IList<Table> tables,
string id = null,
string defaultRetentionPolicy = null,
string webUrl = null,
IList<Datasource> datasources = null
)
Parameters
- name
Type: System.String
- tables
Type: System.Collections.Generic.IList<Table>
- id
Type: System.String
- defaultRetentionPolicy
Type: System.String
- webUrl
Type: System.String
- datasources
Type: System.Collections.Generic.IList<Datasource>
See Also
Dataset Overload
Dataset Class
Microsoft.PowerBI.Api.Beta.Models Namespace
Return to top