Proprietà VersionBuild
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
This interface is implemented by the Package and PackageNeutral interfaces.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Property VersionBuild As Integer
Get
Set
'Utilizzo
Dim instance As IDTSPackage100
Dim value As Integer
value = instance.VersionBuild
instance.VersionBuild = value
int VersionBuild { get; set; }
property int VersionBuild {
int get ();
void set (int value);
}
abstract VersionBuild : int with get, set
function get VersionBuild () : int
function set VersionBuild (value : int)
Valore proprietà
Tipo: System. . :: . .Int32
Vedere anche