Server.Culture Property

Gets the System.Globalization.CultureInfo object for the server.

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

Syntax

'Declaration
Public ReadOnly Property Culture As CultureInfo
    Get
'Usage
Dim instance As Server
Dim value As CultureInfo

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

Property Value

Type: System.Globalization.CultureInfo
A System.Globalization.CultureInfo object that has the culture information for the server.