共用方式為


Transfer.BatchSize 屬性

Gets or sets the batch size property.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Property BatchSize As Integer 
    Get 
    Set
'用途
Dim instance As Transfer 
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
The batch size property.

請參閱

參考

Transfer 類別

Microsoft.SqlServer.Management.Smo 命名空間