DirectLakeBehavior Enum
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.
Fallback behavior for Direct Lake models.
public enum DirectLakeBehavior
type DirectLakeBehavior =
Public Enum DirectLakeBehavior
- Inheritance
-
DirectLakeBehavior
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | Adaptive fallback, shipped in public preview. |
DirectLakeOnly | 1 | Disables fallback. Uses Direct Lake unconditionally. |
DirectQueryOnly | 2 | Enforces fallback. Uses DirectQuery unconditionally. |
Remarks
This enum is only supported when the compatibility level of the database is at 1604 or above.