BatchSeparator Property

MSBuild

Gets or sets the batch delimter string.


Namespace: MSBuild.Community.Tasks.SqlServer
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property BatchSeparator As String
C#
public string BatchSeparator { get; set; }
C++
public property string BatchSeparator sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_BatchSeparator();

/** property */
public void set_BatchSeparator(string value);
JScript
public function get BatchSeparator() : String

public function set BatchSeparator(value : String);

Remarks

Default is "GO" for T-SQL.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.