Partager via


Propriété AdomdConnection.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.

Notes

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

Voir aussi

Référence

AdomdConnection Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer