ASP.NET Core MVC コントロールヘルプ
BindCubeService(String,String,String,String,String) メソッド

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotEngineBuilder クラス > BindCubeService メソッド : BindCubeService(String,String,String,String,String) メソッド
The url of the SSAS server.
The OLAP cube in the SSAS server.
The catalog name
The username in the SSAS server for windows authentication
The password in the SSAS server for windows authentication
Sets CubeService by builder.
シンタックス
'宣言
 
Public Overloads Function BindCubeService( _
   ByVal url As System.String, _
   ByVal cube As System.String, _
   Optional ByVal catalog As System.String, _
   Optional ByVal user As System.String, _
   Optional ByVal password As System.String _
) As PivotEngineBuilder
public PivotEngineBuilder BindCubeService( 
   System.string url,
   System.string cube,
   System.string catalog,
   System.string user,
   System.string password
)

パラメータ

url
The url of the SSAS server.
cube
The OLAP cube in the SSAS server.
catalog
The catalog name
user
The username in the SSAS server for windows authentication
password
The password in the SSAS server for windows authentication

戻り値の型

Current builder.
参照

PivotEngineBuilder クラス
PivotEngineBuilder メンバ
オーバーロード一覧