Dataset.Datasources Property
The datasources associated with this dataset
Namespace: Microsoft.PowerBI.Api.Beta.Models
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "datasources")]
public IList<Datasource> Datasources { get; set; }
Property Value
Type: System.Collections.Generic.IList<Datasource>
See Also
Dataset Class
Microsoft.PowerBI.Api.Beta.Models Namespace
Return to top