次の方法で共有


TmdlFormattingOptions クラス

定義

TMDL へのメタデータのシリアル化中に適用できる拡張書式オプションを表します。

public sealed class TmdlFormattingOptions : Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptions
type TmdlFormattingOptions = class
    inherit MetadataFormattingOptions
Public NotInheritable Class TmdlFormattingOptions
Inherits MetadataFormattingOptions
継承
TmdlFormattingOptions

プロパティ

BaseIndentationLevel

TMDL ドキュメントの基本インデントのレベルを取得します。

CasingStyle

TMDL テキストにキーワードが書き込まれる大文字と小文字のスタイルを取得します。

Encoding

メタデータ コンテンツのシリアル化で使用されるエンコードを取得します。

(継承元 MetadataFormattingOptions)
IndentationMode

メタデータ コンテンツのシリアル化にあるインデント モードを取得します。

(継承元 MetadataFormattingOptions)
IndentationSize

メタデータ コンテンツのシリアル化でスペースがインデントとして使用されている場合の、1 つのインデント レベルのサイズを取得します。

(継承元 MetadataFormattingOptions)
NewLineStyle

メタデータ コンテンツのシリアル化でテキスト行の末尾を示すために使用される値を取得します。

(継承元 MetadataFormattingOptions)

明示的なインターフェイスの実装

ICloneable.Clone()

TMDL へのメタデータのシリアル化中に適用できる拡張書式オプションを表します。

(継承元 MetadataFormattingOptions)

適用対象