Condividi tramite


Proprietà VariableClass.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
Public Overridable ReadOnly Property DataType As Integer 
    Get
'Utilizzo
Dim instance As VariableClass 
Dim value As Integer 

value = instance.DataType
public virtual int DataType { get; }
public:
virtual property int DataType {
    int get ();
}
abstract DataType : int 
override DataType : int
function get DataType () : int

Valore proprietà

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

Implementa

IDTSVariable100.DataType

Vedere anche

Riferimento

VariableClass Classe

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