ClientCulture 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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.