Sets CubeService by builder.
シンタックス
'宣言
Public Overloads Function BindCubeService( _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As System.String, _
Optional ByVal As System.String, _
Optional ByVal As System.String _
) As PivotEngineBuilder
public PivotEngineBuilder BindCubeService(
System.string ,
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- 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.
参照