Proprietà IDTSProperty100.DataType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the data type of the property.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property DataType As UShort 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

For more information, see DtsProperty.

Vedere anche

Riferimento

IDTSProperty100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper