Propriété CalculationPropertyVisualizationProperties.Width
Gets or sets a number that indicates the size of the column (in characters) used to display a value.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Width As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
A number indicating the size of the column in characters.