Server.Version Property

 

Applies To: SQL Server 2016 Preview

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public string Version { get; set; }
public:
property String^ Version {
    String^ get();
    void set(String^ value);
}
member Version : string with get, set
Public Property Version As String

Property Value

Type: System.String

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top