Share via


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.