AutostartDTC Property

SQL-DMO

SQL-DMO

AutostartDTC Property

The AutostartDTC property controls Microsoft® Distributed Transaction Coordinator service (MSDTC) behavior on computer start.

Applies To
Registry Object
Syntax

object.AutostartDTC [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetAutostartDTC(LPBOOL pRetVal);

HRESULT SetAutostartDTC(BOOL NewValue);

Remarks

If TRUE, the MSDTC service is started when the computer starts.

If FALSE, the MSDTC service must be started manually.