UseInProcLoader 屬性
命名空間: 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)