Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the data type of the conversion.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property DataType As DataTypeReference
Get
Set
'Uso
Dim instance As TryCastCall
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
The data type of the conversion.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom