Partager via


Propriété ClientCulture

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ClientCulture As CultureInfo
    Get
'Utilisation
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

Valeur de propriété

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