Compartir a través de


Format Propiedad

Gets or sets the formatting property for DataItem values.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatConverter, Microsoft.AnalysisServices.Design")> _
Public Property Format As String
    Get
    Set
'Uso
Dim instance As DataItem
Dim value As String

value = instance.Format

instance.Format = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatConverter, Microsoft.AnalysisServices.Design")]
public string Format { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.FormatConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ Format {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatConverter, Microsoft.AnalysisServices.Design")>]
member Format : string with get, set
function get Format () : String
function set Format (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A system.string with the formatting value.

Comentarios

Trimming is the only formatting enabled in the current version of SQL Server Analysis Services.

The supported format values are TrimRight, TrimLeft, TrimAll, and TrimNone.

Default value is TrimRight.