MaxBcpThreads 속성

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
Property MaxBcpThreads As Integer
    Get
    Set
‘사용 방법
Dim instance As ISnapshotGenerationAgent
Dim value As Integer

value = instance.MaxBcpThreads

instance.MaxBcpThreads = value
int MaxBcpThreads { get; set; }
property int MaxBcpThreads {
    int get ();
    void set (int value);
}
abstract MaxBcpThreads : int with get, set
function get MaxBcpThreads () : int
function set MaxBcpThreads (value : int)

속성 값

형식: System. . :: . .Int32