Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the embedded data in the table.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DataEmbeddingStyle As DataEmbeddingStyle
Get
Set
'Usage
Dim instance As DsvTableBinding
Dim value As DataEmbeddingStyle
value = instance.DataEmbeddingStyle
instance.DataEmbeddingStyle = value
public DataEmbeddingStyle DataEmbeddingStyle { get; set; }
public:
property DataEmbeddingStyle DataEmbeddingStyle {
DataEmbeddingStyle get ();
void set (DataEmbeddingStyle value);
}
member DataEmbeddingStyle : DataEmbeddingStyle with get, set
function get DataEmbeddingStyle () : DataEmbeddingStyle
function set DataEmbeddingStyle (value : DataEmbeddingStyle)
Property Value
Type: Microsoft.AnalysisServices.DataEmbeddingStyle
The embedded data in the table.