Partition.DirectQueryUsage Property

Definition

Indicates whether the partition can be used in Direct Query mode.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DirectQueryUsage DirectQueryUsage { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DirectQueryUsage : Microsoft.AnalysisServices.DirectQueryUsage with get, set
Public Property DirectQueryUsage As DirectQueryUsage

Property Value

A DirectQueryUsage object.

Attributes

Remarks

In a tabular model that is enabled for Direct Query mode, only one partition can be marked as the DirectQuery partition. For more information, see Partitions and DirectQuery Mode (SSAS Tabular).

Applies to