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 命名空间