Condividi tramite


Proprietà IDTSPackage100.VersionMinor

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the minor build version of the package.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property VersionMinor As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSPackage100 
Dim value As Integer 

value = instance.VersionMinor

instance.VersionMinor = value
int VersionMinor { get; set; }
property int VersionMinor {
    int get ();
    void set (int value);
}
abstract VersionMinor : int with get, set
function get VersionMinor () : int 
function set VersionMinor (value : int)

Valore proprietà

Tipo: System.Int32
The minor build version of the package.

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper