Compartilhar via


OLEDBConnection.RetrieveInOfficeUILang Property

True if the data and errors are to be retrieved in the Office user interface display language when available. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property RetrieveInOfficeUILang As Boolean
    Get
    Set
'Usage
Dim instance As OLEDBConnection
Dim value As Boolean

value = instance.RetrieveInOfficeUILang

instance.RetrieveInOfficeUILang = value
bool RetrieveInOfficeUILang { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

If this property is set to False, the LCID value in the connection string is used instead. If an LCID is not specified, the default LCID from the server is used.

See Also

Reference

OLEDBConnection Interface

OLEDBConnection Members

Microsoft.Office.Interop.Excel Namespace