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 SQL data type of the path annotated with the keyword SQL.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property SQLDataType As DataTypeReference
Get
Set
'Uso
Dim instance As SelectiveXmlIndexPromotedPath
Dim value As DataTypeReference
value = instance.SQLDataType
instance.SQLDataType = value
public DataTypeReference SQLDataType { get; set; }
public:
property DataTypeReference^ SQLDataType {
DataTypeReference^ get ();
void set (DataTypeReference^ value);
}
member SQLDataType : DataTypeReference with get, set
function get SQLDataType () : DataTypeReference
function set SQLDataType (value : DataTypeReference)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
The SQL data type of the path annotated with the keyword SQL.
Vea también
Referencia
SelectiveXmlIndexPromotedPath Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom