Open Database Connectivity (ODBC) のリテラル型を取得します。
名前空間: 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
Open Database Connectivity (ODBC) のリテラル型。