Proprietà AdomdConnection.ClientCulture

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ClientCulture As CultureInfo 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

AdomdConnection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer