ServerSelectionAdapter.Edition Property

Gets the edition of the server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Edition As String
    Get
'Usage
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

Property Value

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

Implements

IServerSelectionFacet.Edition