Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the 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: CultureInfo
A CultureInfo object that has the culture information for the server.
Remarks
For a better understanding of CultureInfo see CultureInfo Class and System.Globalization Namespace.