共用方式為


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
A String containing the version.