SqlSmoObject.CheckVersion110 Method (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

protected void CheckVersion110(
    string propertyName
)
protected:
void CheckVersion110(
    String^ propertyName
)
member CheckVersion110 : 
        propertyName:string -> unit
Protected Sub CheckVersion110 (
    propertyName As String
)

Parameters

  • propertyName
    Type: System.String

    The property name of the version.

See Also

CheckVersion110 Overload
SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top