SqlSmoObject.CheckVersion110 메서드 (String)

Checks whether the version of SQL Server is SQL Server 2012 with the specified name.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Sub CheckVersion110 ( _
    propertyName As String _
)
‘사용 방법
Dim propertyName As String 

Me.CheckVersion110(propertyName)
protected void CheckVersion110(
    string propertyName
)
protected:
void CheckVersion110(
    String^ propertyName
)
member CheckVersion110 : 
        propertyName:string -> unit
protected function CheckVersion110(
    propertyName : String
)

매개 변수

  • propertyName
    유형: System.String
    The property name of the version.

참고 항목

참조

SqlSmoObject 클래스

CheckVersion110 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스