Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Remarks
For a better understanding of System.Globalization.CultureInfo see CultureInfo Class and System.Globalization Namespace.