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

C#
public enum DataEmbeddingStyle

Members

Member name Description
Embedded Data is embedded.
NotEmbedded Data is not embedded.

See Also

Reference

Microsoft.AnalysisServices Namespace