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
屬性值
正規化批次內容字串。