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

See Also

Dataset Overload
Dataset Class
Microsoft.PowerBI.Api.Beta.Models Namespace

Return to top