Compartilhar via


Propriedade do RDL ClientCulture

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property ClientCulture As CultureInfo
    Get
'Uso
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

Valor da propriedade

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

Comentários

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