다음을 통해 공유


TabularDataSourceProvider.CubeName Property

Gets or sets the name of the cube to connect to.

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

Syntax

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

value = instance.CubeName

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

Property Value

Type: System.String
The name of the cube to connect to.

See Also

Reference

TabularDataSourceProvider Class

TabularDataSourceProvider Members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace