Udostępnij za pośrednictwem


Konstruktor DataSource (String, String)

Inicjuje nowe wystąpienie DataSource przy użyciu nazwy i identyfikatora.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Protected Sub New ( _
    name As String, _
    id As String _
)
'Użycie
Dim name As String
Dim id As String

Dim instance As New DataSource(name, id)
protected DataSource(
    string name,
    string id
)
protected:
DataSource(
    String^ name, 
    String^ id
)
new : 
        name:string * 
        id:string -> DataSource
protected function DataSource(
    name : String, 
    id : String
)

Parametry

  • name
    Typ: System.String
    A ciąg zawiera nazwę źródło danych.
  • id
    Typ: System.String
    A ciąg zawiera identyfikator unikatowy dla źródło danych.