AdomdConnection.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.