Database.StorageEngineUsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the storage engine used in the current database.
[Microsoft.AnalysisServices.PropertyOrder(2)]
public Microsoft.AnalysisServices.StorageEngineUsed StorageEngineUsed { get; set; }
[<Microsoft.AnalysisServices.PropertyOrder(2)>]
member this.StorageEngineUsed : Microsoft.AnalysisServices.StorageEngineUsed with get, set
Public Property StorageEngineUsed As StorageEngineUsed
Property Value
A StorageEngineUsed enumeration describing the storage engine used.
- Attributes