OlapDataSource Constructor (String, String)

Initializes a new instance of the OlapDataSource class using the specified name and identifier.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub New ( _
    name As String, _
    id As String _
)
'Usage
Dim name As String 
Dim id As String 

Dim instance As New OlapDataSource(name, id)

Parameters

  • id
    Type: System.String
    A unique identifier for the data source.

See Also

Reference

OlapDataSource Class

OlapDataSource Overload

Microsoft.AnalysisServices Namespace