Identifier.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 Identifier
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