SqlSmoObject.GetSqlServerVersionName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sqlserver public name for the current connection, e.g: will transfer "SQLTOOLS2008-2" to "SQL Server 2008".
public string GetSqlServerVersionName ();
member this.GetSqlServerVersionName : unit -> string
Public Function GetSqlServerVersionName () As String