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
- version
Type: System.String
A project version string.
Return Value
Type: System.Boolean
true if the version is previous to the value of the RosarioCTP12ProjectVersion; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.