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.