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.