Share via


Propriété Edition

Gets the edition of the server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Edition As String
    Get
'Utilisation
Dim instance As ServerSelectionAdapter
Dim value As String

value = instance.Edition
public string Edition { get; }
public:
virtual property String^ Edition {
    String^ get () sealed;
}
abstract Edition : string
override Edition : string
final function get Edition () : String

Valeur de propriété

Type : System. . :: . .String
An integer value that contains the edition of the server.

Implémente

IServerSelectionFacet. . :: . .Edition