Compartir a través de


AdomdConnection.ServerVersion Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ServerVersion As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

AdomdConnection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient