DataSource Constructor (String)
Initializes a new instance of the DataSource class of the specified type.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
sourceName As String _
)
'Usage
Dim sourceName As String
Dim instance As New DataSource(sourceName)
public DataSource(
string sourceName
)
Parameters
sourceName
Type: System.StringThe type of data source, as defined by the DataSourceNames class.