AdomdConnection.ClientCulture Property

Gets the CultureInfo object that the current AdomdConnection is using with the client.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property ClientCulture As CultureInfo 
    Get
'Usage
Dim instance As AdomdConnection 
Dim value As CultureInfo 

value = instance.ClientCulture
public CultureInfo ClientCulture { get; }
public:
property CultureInfo^ ClientCulture {
    CultureInfo^ get ();
}
member ClientCulture : CultureInfo
function get ClientCulture () : CultureInfo

Property Value

Type: CultureInfo
A CultureInfo object that has the culture information that the current AdomdConnection is using with the client.

Remarks

For a better understanding of CultureInfo see CultureInfo Class and System.Globalization Namespace.

See Also

Reference

AdomdConnection Class

Microsoft.AnalysisServices.AdomdServer Namespace