Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets whether to use the BULK INSERT command when applying snapshot files at the Subscriber.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property UseInProcLoader As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True to use the BULK INSERT command when applying snapshot files at the Subscriber; otherwise, false.