OdbcLiteral.OdbcLiteralType 属性
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.