Version

OlapDataSource Class Properties

For a list of all members of this type, see OlapDataSource members.

Public Properties
 NameDescription
Public PropertyCubeReturns the currently selected Cube, or null if no cube is selected.  
Public PropertyDisplayNameReturns or sets a human-readable string which is displayed by user interface elements to identify this data source.  
Public PropertyHasPendingChangesReturns a boolean value indicating whether this data source has any changes pending.  
Public PropertyIsAsyncOperationPendingReturns boolean value indicating whether the data source is currently processing an asynchronous method call.  
Public PropertyIsInitializedReturns a boolean value indicating whether this OlapDataSource instance has been initialized.  
Public PropertyIsInitializingReturns boolean value indicating whether the data source is currently initializing.  
Public PropertyPendingChangesReturns a list of changes made to the data source since the last call to the UpdateAsync method.  
Public PropertyTimeoutSpecifies the amount of time for which an inactive asynchronous operation will wait before throwing an exception.  
See Also