Literal.Value プロパティ

リテラル値を取得または設定します。

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

構文

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

value = instance.Value

instance.Value = value
public string Value { get; set; }
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
public function get Value () : String
public function set Value (value : String)

プロパティ値

型 : System.String

参照

参照

Literal クラス

Literal メンバ

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