Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.