ServerVersion 속성

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

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

구문

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