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.

示例

调用方法

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间