DataItem.DataSize Property

Definition

Gets or sets the size for current DataItem.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataItem_DataSize")]
public int DataSize { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataItem_DataSize")>]
member this.DataSize : int with get, set
Public Property DataSize As Integer

Property Value

Int32

An integer value with the size of current DataItem.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

DataSize applies only to types WChar and Binary.

Applies to