Compartilhar via


Propriedade do RDL AdomdParameter.Size

Gets or sets the maximum size, in bytes, of the data within the column.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Int32
The maximum size, in bytes, of the data within the column.

Implementa

IDbDataParameter.Size

Exceções

Exceção Condição
System.NotSupportedException

The property is called.

Consulte também

Referência

AdomdParameter Classe

Namespace Microsoft.AnalysisServices.AdomdClient