AutostartDTC Property (SQL-DMO)

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

Applies To

Registry Object

Syntax

object.AutostartDTC [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

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

If False, the MSDTC service must be started manually.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetAutostartDTC(LPBOOL pRetVal);

HRESULT SetAutostartDTC(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.