Share via


TabularDataSourceProvider.Roles property

Gets or sets the roles to use when connecting to the cube.

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

'Declaration
Public Overridable Property Roles As String
    Get
    Set
'Usage
Dim instance As TabularDataSourceProvider
Dim value As String

value = instance.Roles

instance.Roles = value
public virtual string Roles { get; set; }

Property value

Type: System.String
The roles to use when connecting to the cube.

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace