Server.Version 属性

Gets or sets the server version.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property Version As String 
    Get 
    Set
用法
Dim instance As Server 
Dim value As String 

value = instance.Version

instance.Version = value
public string Version { get; set; }
public:
property String^ Version {
    String^ get ();
    void set (String^ value);
}
member Version : string with get, set
function get Version () : String 
function set Version (value : String)

属性值

类型:System.String
The version of the server.

请参阅

参考

Server 类

Microsoft.AnalysisServices 命名空间