Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Umożliwia eksplorację metadanych sześcianu
Usage
explore(olapCnn, cube = NULL, dimension = NULL, hierarchy = NULL, level = NULL)
Arguments
olapCnn
Obiekt klasy "OlapConnection" zwrócony przez OlapConnection()
cube
Ciąg określający nazwę sześcianu
dimension
Ciąg określający nazwę wymiaru
hierarchy
Ciąg określający nazwę hierarchii
level
Ciąg określający nazwę poziomu
Szczegóły
explore
Wartość
Drukuje metadane kostki. Zwraca NULL. Gdy argumenty są nieprawidłowe, wystąpi błąd.
Notatki
Argumenty muszą być określone w kolejności. Na przykład: Aby zbadać hierarchie, należy określić wymiar i sześcian.
References
Zobacz execute2D lub executeMD dla odniesień.
Examples
cnnstr <- "Data Source=localhost; Provider=MSOLAP;"
ocs <- OlapConnection(cnnstr)
#Exploring Cubes
explore(ocs)
#Analysis Services Tutorial
#Internet Sales
#Reseller Sales
#Sales Summary
#[1] TRUE
#Exploring Dimensions
explore(ocs, "Analysis Services Tutorial")
#Customer
#Date
#Due Date
#Employee
#Internet Sales Order Details
#Measures
#Product
#Promotion
#Reseller
#Reseller Geography
#Sales Reason
#Sales Territory
#Ship Date
#[1] TRUE
#Exploring Hierarchies
explore(ocs, "Analysis Services Tutorial", "Product")
#Category
#Class
#Color
#Days To Manufacture
#Dealer Price
#End Date
#List Price
#Model Name
#Product Categories
#Product Line
#Product Model Lines
#Product Name
#Reorder Point
#Safety Stock Level
#Size
#Size Range
#Standard Cost
#Start Date
#Status
#Style
#Subcategory
#Weight
#[1] TRUE
#Exploring Levels
explore(ocs, "Analysis Services Tutorial", "Product", "Product Categories")
#(All)
#Category
#Subcategory
#Product Name
#[1] TRUE
#Exploring Members
#NOTE: -> indicates that the following member is a child of the previous member
explore(ocs, "Analysis Services Tutorial", "Product", "Product Categories", "Category")
#Accessories
#Bikes
#Clothing
#Components
#Assembly Components
#-> Assembly Components
#--> Assembly Components