AdomdConnection.ClientCulture Property
Gets the System.Globalization.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: System.Globalization.CultureInfo
A System.Globalization.CultureInfo object that has the culture information that the current AdomdConnection is using with the client.
Remarks
For a better understanding of System.Globalization.CultureInfo see CultureInfo Class and System.Globalization Namespace.