Propriedade do RDL Size
This property is reserved for future use.
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