共用方式為


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