RegionalSetting Property
未來的 Microsoft SQL Server 發行版本將不再提供此功能。請避免在新的開發工作中使用此功能,並計劃修改目前使用此功能的應用程式。
The RegionalSetting property exposes the Microsoft SQL Server ODBC driver statement attribute SQL_SOPT_SS_REGIONALIZE.
語法
object
.RegionalSetting [= value]
Parts
- object
An 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 GetRegionalSetting(LPBOOL pRetVal);
HRESULT SetRegionalSetting(BOOL NewValue);
備註
For more information about the connection behavior specified by SQL_SOPT_SS_REGIONALIZE, see SQLSetStmtAttr.
If TRUE, the connection behaves as defined for value SQL_RE_ON.
If FALSE, the connection behaves as defined for value SQL_RE_OFF.