DirectQueryMode 열거형

Indicates whether a tabular model is enabled for use in Direct Query mode.

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

구문

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

멤버

멤버 이름 설명
DirectQuery Indicates that queries against the model should reference only the relational data source.
DirectQueryWithInMemory Indicates that queries against the model should reference primarily the relational data source but can use the cache if available.
InMemory Indicates that queries against the model should use only the in-memory data store.
InMemoryWithDirectQuery Indicates that queries against the model should reference the xVelocity in-memory analytics engine (VertiPaq) cache first, and then the relational data source.

주의

After the model has been enabled for Direct Query access, you must also set a property on the data source that specifies whether to use Direct Query only, or to use a hybrid mode. For more information, see DirectQuery 모드(SSAS 테이블 형식).

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스