Freigeben über


SqlSmoObject.CheckVersion110-Methode (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Sub CheckVersion110 ( _
    propertyName As String _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

SqlSmoObject Klasse

CheckVersion110-Überladung

Microsoft.SqlServer.Management.Smo-Namespace