共用方式為


DataSize 屬性

Gets or sets the size for current DataItem.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property DataSize As Integer
    Get
    Set
'用途
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)

屬性值

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

備註

DataSize applies only to types WChar and Binary.