Share via


TabularDataSourceProvider.ServerName property

Gets the server that the data source resides on.

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

Syntax

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

value = instance.ServerName

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

Property value

Type: System.String
The server that the data source resides on.

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace