Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the size for current DataItem.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<DefaultValueAttribute(0)> _
Public Property DataSize As Integer
[DefaultValueAttribute(0)]
public int DataSize { get; set; }
[DefaultValueAttribute(0)]
public:
property int DataSize {
int get ();
void set (int value);
}
/** @property */
public int get_DataSize ()
/** @property */
public void set_DataSize (int value)
public function get DataSize () : int
public function set DataSize (value : int)
Valor de propiedad
An integer value with the size of current DataItem.
Notas
DataSize applies only to types WChar and Binary.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
DataItem Class
DataItem Members
Microsoft.AnalysisServices Namespace