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.