DataItem.DataSize Property

Gets or sets the size for current DataItem.

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

Syntax

'Declaration
Public Property DataSize As Integer 
    Get 
    Set
'Usage
Dim instance As DataItem 
Dim value As Integer 

value = instance.DataSize

instance.DataSize = value
public int DataSize { get; set; }
public:
property int DataSize {
    int get ();
    void set (int value);
}
member DataSize : int with get, set
function get DataSize () : int 
function set DataSize (value : int)

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

Reference

DataItem Class

Microsoft.AnalysisServices Namespace