Partager via


DataSize propriété

Gets or sets the size for current DataItem.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property DataSize As Integer
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Int32
An integer value with the size of current DataItem.

Notes

DataSize applies only to types WChar and Binary.