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
)
パラメーター
- name
型: System. . :: . .String
データ ソースの名前を表す String です。
- id
型: System. . :: . .String
データ ソースの一意な識別子を表す String です。