ServerConnection.BatchSeparator プロパティ

定義

ExecuteNonQuery メソッドで使用されるバッチ区切り記号を定義します。 既定値は "GO" です。 バッチ区切り記号では、大文字と小文字が区別されません。

public string BatchSeparator { get; set; }
member this.BatchSeparator : string with get, set
Public Property BatchSeparator As String

プロパティ値

適用対象