Compartir a través de


IDTSPackage100.VersionMajor Propiedad

Definición

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.

Se aplica a