共用方式為


Server.EditionID 屬性

Gets or sets the EditionID for the currently installed version of Analysis Services. This is read-only.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property EditionID As Long 
    Get 
    Set
'用途
Dim instance As Server 
Dim value As Long 

value = instance.EditionID

instance.EditionID = value
public long EditionID { get; set; }
public:
property long long EditionID {
    long long get ();
    void set (long long value);
}
member EditionID : int64 with get, set
function get EditionID () : long 
function set EditionID (value : long)

屬性值

型別:System.Int64
The identifier for the edition. For local cubes, the value is zero; otherwise, a non-zero number.

請參閱

參考

Server 類別

Microsoft.AnalysisServices 命名空間