SqlBatch.NormalizedContent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在行末標準化為 CR/LF 的地方,取得批次內容字串。 這個方法標準化所有的行末,除了那些字串常值或 SQL 識別碼。
public:
property System::String ^ NormalizedContent { System::String ^ get(); };
public string NormalizedContent { get; }
member this.NormalizedContent : string
Public ReadOnly Property NormalizedContent As String
屬性值
標準化批次內容字串。