Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Globalization.CultureInfo
A System.Globalization.CultureInfo object that has the culture information for the server.
Hinweise
For a better understanding of System.Globalization.CultureInfo see CultureInfo Class and System.Globalization Namespace.