Champ DTP_DATA_UNION.bytesVal
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 BYTES.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public bytesVal As IntPtr
'Utilisation
Dim instance As DTP_DATA_UNION
Dim value As IntPtr
value = instance.bytesVal
instance.bytesVal = value
public IntPtr bytesVal
public:
IntPtr bytesVal
val mutable bytesVal: IntPtr
public var bytesVal : IntPtr