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