Поделиться через


Свойство ClientCulture

Gets the System.Globalization..::..CultureInfo object that the current AdomdConnection is using with the client.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property ClientCulture As CultureInfo
    Get
'Применение
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

Значение свойства

Тип: System.Globalization. . :: . .CultureInfo
A System.Globalization..::..CultureInfo object that has the culture information that the current AdomdConnection is using with the client.

Замечания

For a better understanding of System.Globalization..::..CultureInfo see CultureInfo Class and System.Globalization Namespace.