DataEmbeddingStyle 枚举
Indicates whether the data in the table comes from a data source or it is embedded. An example of embedded data might be data inserted by a copy/paste operation.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Enumeration DataEmbeddingStyle
用法
Dim instance As DataEmbeddingStyle
public enum DataEmbeddingStyle
public enum class DataEmbeddingStyle
type DataEmbeddingStyle
public enum DataEmbeddingStyle
成员
成员名称 | 说明 | |
---|---|---|
Embedded | Data is embedded. | |
NotEmbedded | Data is not embedded. |