Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the EditionID for the currently installed version of Analysis Services. This is read-only.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property EditionID As Long
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int64
The identifier for the edition. For local cubes, the value is zero; otherwise, a non-zero number.