LabelStatement.Value 属性

获取或设置标签值。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Value As String
    Get
    Set
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

.NET Framework 安全性

请参见

参考

LabelStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间