Partition.DirectQueryUsage 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.
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).