Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minor build version of the project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property VersionMinor As Integer
Get
Set
'Usage
Dim instance As Project
Dim value As Integer
value = instance.VersionMinor
instance.VersionMinor = value
public int VersionMinor { get; set; }
public:
property int VersionMinor {
int get ();
void set (int value);
}
member VersionMinor : int with get, set
function get VersionMinor () : int
function set VersionMinor (value : int)
Property Value
Type: System.Int32
The minor build version of the project.