次の方法で共有


DataSource コンストラクター (String, String)

名前と識別子を使用して、DataSource クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Protected Sub New ( _
    name As String, _
    id As String _
)
'使用
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
)

パラメーター

  • id
    型: System.String
    データ ソースの一意の識別子です。

関連項目

参照

DataSource クラス

DataSource オーバーロード

Microsoft.AnalysisServices 名前空間