Свойство Edition
Gets the edition of the server.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Edition As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
An integer value that contains the edition of the server.
Реализует
См. также