Propriedade do RDL IDTSProperty100.DataType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the data type of the property.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.UInt16
The data type of the property.
Comentários
For more information, see DtsProperty.