ConvertCall.DataType 属性

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

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property DataType As DataTypeReference 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

ConvertCall 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间