IDTSPackage100.VersionBuild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the build version of the package.
public:
property int VersionBuild { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(47)]
public int VersionBuild { [System.Runtime.InteropServices.DispId(47)] get; [System.Runtime.InteropServices.DispId(47)] set; }
[<System.Runtime.InteropServices.DispId(47)>]
[<get: System.Runtime.InteropServices.DispId(47)>]
[<set: System.Runtime.InteropServices.DispId(47)>]
member this.VersionBuild : int with get, set
Public Property VersionBuild As Integer
Property Value
The build version of the package.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.