SqlTask.

DelimiterStyle Property

Summary

Kind of delimiter used. Allowed values are Normal or Line.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
SqlTask

Syntax

[TaskAttribute("delimstyle", Required = true)]
public DelimiterStyle DelimiterStyle { get; set; }

Remarks

Delimiters can be of two kinds: Normal delimiters are always specified inline, so they permit having two different statements in the same line. Line delimiters, however, need to be in a line by their own. Default is Normal.

Attributes

Type Description
TaskAttribute

Value

Type Description
DelimiterStyle