BatchSize プロパティ

バッチ ターミネータまでのステートメント数を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Property BatchSize As Integer
    Get
    Set
'使用
Dim instance As ScriptingOptions
Dim value As Integer

value = instance.BatchSize

instance.BatchSize = value
public int BatchSize { get; set; }
public:
property int BatchSize {
    int get ();
    void set (int value);
}
member BatchSize : int with get, set
function get BatchSize () : int
function set BatchSize (value : int)

プロパティ値

型: System. . :: . .Int32
バッチ ターミネータが挿入される前にスクリプト化される INSERT ステートメントの数を示す Int32 値です。

説明

このプロパティの既定値は 100 です。