次の方法で共有


Identifier.Value プロパティ

識別子の値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Value As String 
    Get 
    Set
'使用
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);
}
member Value : string with get, set
function get Value () : String 
function set Value (value : String)

プロパティ値

型: System.String
識別子の値。

関連項目

参照

Identifier クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間