Expand Minimize
This topic has not yet been rated - Rate this topic

DataEmbeddingStyle Enumeration

SQL Server 2012

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)
public enum DataEmbeddingStyle
Member nameDescription
EmbeddedData is embedded.
NotEmbeddedData is not embedded.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.