Compartir a través de


IDTSProperty100.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 property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property DataType As UShort 
    Get
'Uso
Dim instance As IDTSProperty100 
Dim value As UShort 

value = instance.DataType
ushort DataType { get; }
property unsigned short DataType {
    unsigned short get ();
}
abstract DataType : uint16
function get DataType () : ushort

Valor de la propiedad

Tipo: System.UInt16
The data type of the property.

Comentarios

For more information, see DtsProperty.

Vea también

Referencia

IDTSProperty100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper