หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the version of the server used that the AdomdConnection uses.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ServerVersion As String
Get
'Usage
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
Property Value
Type: System.String
A string that contains the version of the server.