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
Documentation version 1.0.0.0.