OlapInfoCubeCollection.Item 속성 (Int32)
SQL Server 2012
Gets the specified OlapInfoCube from the collection by its index. In C#, this property is the indexer for the OlapInfoCubeCollection class.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
매개 변수
- index
- 유형: System.Int32
The zero-based index of the OlapInfoCube to find.
In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is System.Object and whose index type is String.
표시: