SqlSmoObject.CheckVersion120 Method (String)

 

Checks whether the version of SQL Server is SQL Server 2014.

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

Syntax

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

Parameters

  • propertyName
    Type: System.String

    The property name of the version.

See Also

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

Return to top