Share via


AdomdConnection.ServerVersion 속성

Gets the version of the server used that the AdomdConnection uses.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ServerVersion As String 
    Get
‘사용 방법
Dim instance As AdomdConnection 
Dim value As String 

value = instance.ServerVersion
[BrowsableAttribute(false)]
public string ServerVersion { get; }
[BrowsableAttribute(false)]
public:
property String^ ServerVersion {
    String^ get ();
}
[<BrowsableAttribute(false)>]
member ServerVersion : string
function get ServerVersion () : String

속성 값

유형: System.String
A string that contains the version of the server.

참고 항목

참조

AdomdConnection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스