Partager via


Propriété IDTSVariable100.DataType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the data type of the variable.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property DataType As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

For more information, see Variable.

Voir aussi

Référence

IDTSVariable100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper