SqlBatch.NormalizedContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the batch content string where the line endings are normalized to CR/LF. This method normalizes all line endings except for those within a string literal or SQL identifier.
public:
property System::String ^ NormalizedContent { System::String ^ get(); };
public string NormalizedContent { get; }
member this.NormalizedContent : string
Public ReadOnly Property NormalizedContent As String
Property Value
The normalized batch content string.