ClientCulture 속성
Gets the System.Globalization..::..CultureInfo object that the current AdomdConnection is using with the client.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public ReadOnly Property ClientCulture As CultureInfo
Get
‘사용 방법
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
속성 값
유형: System.Globalization. . :: . .CultureInfo
A System.Globalization..::..CultureInfo object that has the culture information that the current AdomdConnection is using with the client.
주의
For a better understanding of System.Globalization..::..CultureInfo see CultureInfo Class and System.Globalization Namespace.