Compartir a través de


ITransSynchronizationAgent.UseInProcLoader Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property UseInProcLoader As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ITransSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication