Partager via


Propriété ConvertCall.DataType

Gets or sets the data type to which the expression will be converted.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property DataType As DataTypeReference 
    Get 
    Set
'Utilisation
Dim instance As ConvertCall 
Dim value As DataTypeReference 

value = instance.DataType

instance.DataType = value
public DataTypeReference DataType { get; set; }
public:
property DataTypeReference^ DataType {
    DataTypeReference^ get ();
    void set (DataTypeReference^ value);
}
member DataType : DataTypeReference with get, set
function get DataType () : DataTypeReference 
function set DataType (value : DataTypeReference)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
The data type to which the expression will be converted.

Voir aussi

Référence

ConvertCall Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom