Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the size for current DataItem.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
An integer value with the size of current DataItem.
Comentarios
DataSize applies only to types WChar and Binary.