Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a number that indicates the size of the column (in characters) where values are displayed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Width As Integer
Get
Set
'Usage
Dim instance As DimensionAttributeVisualizationProperties
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)
Eigenschaftswert
Typ: System.Int32
The size of the column as the number of characters.