Propriedade do RDL DataItem.DataSize
Gets or sets the size for current DataItem.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property DataSize As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int32
An integer value with the size of current DataItem.
Comentários
DataSize applies only to types WChar and Binary.