Database.DirectQueryMode Property

Definition

Gets or sets the direct-query mode the current database is using.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Database_DirectQueryMode")]
public Microsoft.AnalysisServices.DirectQueryMode DirectQueryMode { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Database_DirectQueryMode")>]
member this.DirectQueryMode : Microsoft.AnalysisServices.DirectQueryMode with get, set
Public Property DirectQueryMode As DirectQueryMode

Property Value

DirectQueryMode

A value from DirectQueryMode enumeration.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to