Condividi tramite


Proprietà Edition

Gets the edition of the server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

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

Valore proprietà

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

Implementa

IServerSelectionFacet. . :: . .Edition