Compartilhar via


Propriedade do RDL IDTSVirtualInputColumn100.DataType

Gets the DataType of a column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
ReadOnly Property DataType As DataType 
    Get
'Uso
Dim instance As IDTSVirtualInputColumn100 
Dim value As DataType 

value = instance.DataType
DataType DataType { get; }
property DataType DataType {
    DataType get ();
}
abstract DataType : DataType
function get DataType () : DataType

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A value from the DataType enumeration that specifies the data type of the virtual column.

Consulte também

Referência

IDTSVirtualInputColumn100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper