DeclareVariableElement.InitialValue 属性

获取或设置声明中指定的初始变量值。

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

语法

声明
Public Property InitialValue As Expression
    Get
    Set
public Expression InitialValue { get; set; }
public:
property Expression^ InitialValue {
    Expression^ get ();
    void set (Expression^ value);
}
member InitialValue : Expression with get, set
function get InitialValue () : Expression
function set InitialValue (value : Expression)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework 安全性

请参见

参考

DeclareVariableElement 类

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