IDTSPackage100.VersionMajor Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece la versión de compilación principal del paquete.
public:
property int VersionMajor { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(45)]
public int VersionMajor { [System.Runtime.InteropServices.DispId(45)] get; [System.Runtime.InteropServices.DispId(45)] set; }
[<System.Runtime.InteropServices.DispId(45)>]
[<get: System.Runtime.InteropServices.DispId(45)>]
[<set: System.Runtime.InteropServices.DispId(45)>]
member this.VersionMajor : int with get, set
Public Property VersionMajor As Integer
Valor de propiedad
La versión principal de compilación del paquete.
- Atributos
Comentarios
Las interfaces Package y PackageNeutral implementan esta interfaz.