Compartir a través de


OdbcLiteral.OdbcLiteralType Propiedad

Gets the Open Database Connectivity (ODBC) literal type.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property OdbcLiteralType As OdbcLiteralType 
    Get 
    Set
'Uso
Dim instance As OdbcLiteral 
Dim value As OdbcLiteralType 

value = instance.OdbcLiteralType

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.OdbcLiteralType
The Open Database Connectivity (ODBC) literal type.

Vea también

Referencia

OdbcLiteral Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom