Compartir a través de


SqlSmoObject.CheckVersion110 Método (String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Sub CheckVersion110 ( _
    propertyName As String _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

SqlSmoObject Clase

Sobrecarga de CheckVersion110

Espacio de nombres Microsoft.SqlServer.Management.Smo