ig.Catalog

カタログ メタデータを表します。
コード サンプル
<!doctype html> <html> <head> <!-- jQuery Core --> <script src= "js/jquery.js" type= "text/javascript" ></script> <!-- jQuery UI --> <script src= "js/jquery-ui.js" type= "text/javascript" ></script> <!-- Infragistics Combined Scripts --> <script src= "js/infragistics.core.js" type= "text/javascript" ></script> <script src= "js/infragistics.lob.js" type= "text/javascript" ></script> <script type= "text/javascript" > $.support.cors = true ; $( function () { var dataSource = new $.ig.OlapXmlaDataSource({ serverUrl: "http://sampledata.infragistics.com/olap/msmdpump.dll" }); dataSource.initialize().done( function (metadataTree) { var catalog = dataSource.catalog(); var catalogs = dataSource.catalogs(); dataSource.setCatalog(catalogs[0].uniqueName()) .done( function (metadataTree){ // metadata tree is now updated to reflect selected catalog structure }); }); }); </script> </head> <body> </body> </html> |
関連トピック
依存関係
jquery-1.9.1.js
infragistics.util.js
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
caption
- .caption( value:object );
- 返却型:
- string
- 返却型の説明:
- カタログのキャプション。
カタログの名前をユーザーに表示する際に使用されるカタログのキャプションを返します。
- value
- タイプ:object
-
description
- .description( value:object );
- 返却型:
- string
- 返却型の説明:
- カタログの説明。
カタログの人間が認識できる説明であるカタログの説明を返します。
- value
- タイプ:object
-
name
- .name( value:object );
- 返却型:
- string
- 返却型の説明:
- カタログの名前。
カタログの名前を返します。
- value
- タイプ:object
-
uniqueName
- .uniqueName( value:object );
- 返却型:
- string
- 返却型の説明:
- カタログの一意の名前。
カタログの一意の名前を返します。
- value
- タイプ:object