Champ DTP_DATA_UNION.intVal
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies a value of type INT.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public intVal As Integer
'Utilisation
Dim instance As DTP_DATA_UNION
Dim value As Integer
value = instance.intVal
instance.intVal = value
public int intVal
public:
int intVal
val mutable intVal: int
public var intVal : int