IDTSVariable100.DataType Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the data type of the variable.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property DataType As Integer
Get
'Uso
Dim instance As IDTSVariable100
Dim value As Integer
value = instance.DataType
int DataType { get; }
property int DataType {
int get ();
}
abstract DataType : int
function get DataType () : int
Valor de la propiedad
Tipo: System.Int32
The data type of the variable.
Comentarios
For more information, see Variable.