Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.