Метод SqlSmoObject.GetSqlServerVersionName
Gets the version name of the instance of SQL Server with which the object is associated.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Protected Function GetSqlServerVersionName As String
'Применение
Dim returnValue As String
returnValue = Me.GetSqlServerVersionName()
protected string GetSqlServerVersionName()
protected:
String^ GetSqlServerVersionName()
member GetSqlServerVersionName : unit -> string
protected function GetSqlServerVersionName() : String
Возвращаемое значение
Тип: System.String
A String value that specifies the version name of the instance of SQL Server.