ITransSynchronizationAgent.UseInProcLoader 属性

Gets or sets whether to use the BULK INSERT command when applying snapshot files at the Subscriber.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
Property UseInProcLoader As Boolean 
    Get 
    Set
用法
Dim instance As ITransSynchronizationAgent 
Dim value As Boolean 

value = instance.UseInProcLoader

instance.UseInProcLoader = value
bool UseInProcLoader { get; set; }
property bool UseInProcLoader {
    bool get ();
    void set (bool value);
}
abstract UseInProcLoader : bool with get, set
function get UseInProcLoader () : boolean 
function set UseInProcLoader (value : boolean)

属性值

类型:System.Boolean
True to use the BULK INSERT command when applying snapshot files at the Subscriber; otherwise, false.

请参阅

参考

ITransSynchronizationAgent 接口

Microsoft.SqlServer.Replication 命名空间