Share via


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 네임스페이스