Share via


TabularDataSourceProvider.DatabaseName property

Gets or sets the name of the database 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 DatabaseName As String
    Get
    Set
'Usage
Dim instance As TabularDataSourceProvider
Dim value As String

value = instance.DatabaseName

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

Property value

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

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace