OdbcLiteral.LiteralType 屬性

Gets or sets the literal type.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Overrides ReadOnly Property LiteralType As LiteralType 
    Get
'用途
Dim instance As OdbcLiteral 
Dim value As LiteralType 

value = instance.LiteralType
public override LiteralType LiteralType { get; }
public:
virtual property LiteralType LiteralType {
    LiteralType get () override;
}
abstract LiteralType : LiteralType 
override LiteralType : LiteralType
override function get LiteralType () : LiteralType

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The LiteralType object.

請參閱

參考

OdbcLiteral 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間