DataItem.DataSize Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the size for current DataItem.

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

Syntax

[DefaultValueAttribute(0)]
public int DataSize { get; set; }
public:
[DefaultValueAttribute(0)]
property int DataSize {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(0)>]
member DataSize : int with get, set
<DefaultValueAttribute(0)>
Public Property DataSize As Integer

Property Value

Type: System.Int32

An integer value with the size of current DataItem.

Remarks

DataSize applies only to types WChar and Binary.

See Also

DataItem Class
Microsoft.AnalysisServices Namespace

Return to top