Compartir a través de


AdomdParameter.Size Propiedad

Obtiene o establece el tamaño del parámetro. Esta propiedad se reserva para uso futuro.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Property Size As Integer 
    Get 
    Set
'Uso
Dim instance As AdomdParameter 
Dim value As Integer 

value = instance.Size

instance.Size = value
public int Size { get; set; }
public:
virtual property int Size {
    int get () sealed;
    void set (int value) sealed;
}
abstract Size : int with get, set 
override Size : int with get, set
final function get Size () : int 
final function set Size (value : int)

Valor de la propiedad

Tipo: Int32
Tamaño del parámetro.El valor predeterminado es 0.

Implementa

IDbDataParameterSize

Excepciones

Excepción Condición
[NotSupportedException]

Para obtener más información acerca de esta excepción, vea NotSupportedException Class.

Comentarios

Esta propiedad produce siempre [NotSupportedException] si se tiene acceso a ella.

Vea también

Referencia

AdomdParameter Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer