Partager via


Méthode SqlSmoObject.CheckVersion110 (String)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Sub CheckVersion110 ( _
    propertyName As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

SqlSmoObject Classe

Surcharge CheckVersion110

Espace de noms Microsoft.SqlServer.Management.Smo