Gets the Open Database Connectivity (ODBC) literal type.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property OdbcLiteralType As OdbcLiteralType
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.OdbcLiteralType
The Open Database Connectivity (ODBC) literal type.