Partager via


Propriété AdomdConnection.ServerVersion

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ServerVersion As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

AdomdConnection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient