MetadataFormattingOptionsBuilder.WithSpacesIndentationMode(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les options qui sont mises en retrait en fonction du style Tabs avec la longueur spécifiée.
public Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder WithSpacesIndentationMode (int indentationSize);
member this.WithSpacesIndentationMode : int -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder
Public Function WithSpacesIndentationMode (indentationSize As Integer) As MetadataFormattingOptionsBuilder
Paramètres
- indentationSize
- Int32
la taille de la mise en retrait.
Retours
La même instance du MetadataFormattingOptionsBuilder.
Exceptions
La taille spécifiée n’est pas valide.