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 네임스페이스