共用方式為


TransSynchronizationAgent.UseInProcLoader 屬性

Gets or sets a value that indicates whether to use the BULK INSERT command when applying snapshot files at the subscriber.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Public Overridable Property UseInProcLoader As Boolean 
    Get 
    Set
'用途
Dim instance As TransSynchronizationAgent 
Dim value As Boolean 

value = instance.UseInProcLoader

instance.UseInProcLoader = value
public virtual bool UseInProcLoader { get; set; }
public:
virtual property bool UseInProcLoader {
    bool get ();
    void set (bool value);
}
abstract UseInProcLoader : bool with get, set 
override 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.UseInProcLoader

備註

Setting UseInProcLoader to true means that the Distribution Agent will use the BULK INSERT command when applying the initial snapshot at the Subscriber. This improves the performance of the initial snapshot.

The UseInProcLoader property is deprecated because it is not compatible with the xml data type. If you are not replicating XML data, this property can be used.

The UseInProcLoader property cannot be used with character mode snapshots or non-SQL Server Subscribers.

If you use the UseInProcLoader property, the SQL Server service account at the Subscriber must have read permissions on the directory where the snapshot .bcp data files are located. When the UseInProcLoader property is not used, the agent (for non-SQL Server Subscribers) or the ODBC driver loaded by the agent (for SQL Server Subscribers) reads from the files; therefore, the security context of the SQL Server service account is not used.

請參閱

參考

TransSynchronizationAgent 類別

Microsoft.SqlServer.Replication 命名空間