Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Open Database Connectivity (ODBC) literal type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OdbcLiteralType As OdbcLiteralType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.OdbcLiteralType
The Open Database Connectivity (ODBC) literal type.