Delen via


AgnosticProjectProperties.Versions.IsPreRosario Method

Returns a value that indicates whether the provided project version is earlier than the value of the RosarioCTP12ProjectVersion.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Shared Function IsPreRosario ( _
    version As String _
) As Boolean
public static bool IsPreRosario(
    string version
)
public:
static bool IsPreRosario(
    String^ version
)
static member IsPreRosario : 
        version:string -> bool 
public static function IsPreRosario(
    version : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the version is previous to the value of the RosarioCTP12ProjectVersion; otherwise, false.

.NET Framework Security

See Also

Reference

AgnosticProjectProperties.Versions Class

Microsoft.Data.Schema.Build Namespace