AutostartDTC Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The AutostartDTC property controls Microsoft Distributed Transaction Coordinator (MS DTC) service (MSDTC) behavior when a computer starts.
Sintaxe
object.AutostartDTC [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetAutostartDTC(LPBOOL pRetVal);
HRESULT SetAutostartDTC(BOOL NewValue);
Comentários
If TRUE, the MSDTC service is started when the computer starts.
If FALSE, the MSDTC service must be started manually.