AutoReConnect Property
未來的 Microsoft SQL Server 版本將移除這項功能。請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。
The AutoReConnect property controls SQLServer object behavior when the client application loses its connection to a Microsoft SQL Server installation.
語法
object
.AutoReConnect [=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 GetAutoReConnect(LPBOOL pRetVal);
HRESULT SetAutoReConnect(BOOL NewValue);
備註
If TRUE, the SQLServer object attempts to reconnect if it loses its connection at any time.
If FALSE, the SQLServer object does not attempt to reconnect a lost connection.