Literal.LiteralType プロパティ

リテラルの種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property LiteralType As LiteralType
'使用
Dim instance As Literal
Dim value As LiteralType

value = instance.LiteralType

instance.LiteralType = value
public LiteralType LiteralType { get; set; }
public:
property LiteralType LiteralType {
    LiteralType get ();
    void set (LiteralType value);
}
public function get LiteralType () : LiteralType
public function set LiteralType (value : LiteralType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.LiteralType
LiteralType 列挙値を返します。

参照

参照

Literal クラス

Literal メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間