DataEmbeddingStyle Enumeration
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.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration DataEmbeddingStyle
'Usage
Dim instance As DataEmbeddingStyle
public enum DataEmbeddingStyle
public enum class DataEmbeddingStyle
type DataEmbeddingStyle
public enum DataEmbeddingStyle
Members
Member name | Description | |
---|---|---|
Embedded | Data is embedded. | |
NotEmbedded | Data is not embedded. |