Proprietà IDTSVariable100.DataType

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

Gets the data type of the variable.

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

Sintassi

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

Valore proprietà

Tipo: System.Int32
The data type of the variable.

Osservazioni

For more information, see Variable.

Vedere anche

Riferimento

IDTSVariable100 Interfaccia

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