DirectQueryUsage 열거형

Specifies the current DirectQuery usage of the partition.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Enumeration DirectQueryUsage
‘사용 방법
Dim instance As DirectQueryUsage
public enum DirectQueryUsage
public enum class DirectQueryUsage
type DirectQueryUsage
public enum DirectQueryUsage

멤버

멤버 이름 설명
DirectQueryOnly Indicates that queries on the partition should use only the relational data source.
InMemoryOnly Indicates that queries on the partition should use only the in-memory data store.
InMemoryWithDirectQuery Indicates that queries against the model can use either the xVelocity in-memory analytics engine (VertiPaq) cache, or the relational data store. The in-memory data store is preferred if both are available.

주의

Only one partition can be enabled for DirectQuery access at a time. To use a partition in Direct Query mode, the storage mode of the model must have been previously changed to enable DirectQuery mode. For more information, see 파티션 및 DirectQuery 모드(SSAS 테이블 형식).

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스