共用方式為


CalculationPropertyVisualizationProperties.Width 屬性

Gets or sets a number that indicates the size of the column (in characters) used to display a value.

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

語法

'宣告
Public Property Width As Integer 
    Get 
    Set
'用途
Dim instance As CalculationPropertyVisualizationProperties 
Dim value As Integer 

value = instance.Width

instance.Width = value
public int Width { get; set; }
public:
property int Width {
    int get ();
    void set (int value);
}
member Width : int with get, set
function get Width () : int 
function set Width (value : int)

屬性值

型別:System.Int32
A number indicating the size of the column in characters.

請參閱

參考

CalculationPropertyVisualizationProperties 類別

Microsoft.AnalysisServices 命名空間