SqlBatch.NormalizedContent 屬性

定義

在行末標準化為 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

屬性值

String

標準化批次內容字串。

適用於