DsvTableBinding.DataEmbeddingStyle Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the embedded data in the table.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
[DefaultValueAttribute(DataEmbeddingStyle.NotEmbedded)]
public DataEmbeddingStyle DataEmbeddingStyle { get; set; }
public:
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
[DefaultValueAttribute(DataEmbeddingStyle::NotEmbedded)]
property DataEmbeddingStyle DataEmbeddingStyle {
    DataEmbeddingStyle get();
    void set(DataEmbeddingStyle value);
}
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")>]
[<DefaultValueAttribute(DataEmbeddingStyle.NotEmbedded)>]
member DataEmbeddingStyle : DataEmbeddingStyle with get, set
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300")>
<DefaultValueAttribute(DataEmbeddingStyle.NotEmbedded)>
Public Property DataEmbeddingStyle As DataEmbeddingStyle

Property Value

Type: Microsoft.AnalysisServices.DataEmbeddingStyle

The embedded data in the table.

See Also

DsvTableBinding Class
Microsoft.AnalysisServices Namespace

Return to top