EventDeclarationSetParameter.EventValue 属性

获取或设置 SET 子句中的事件值。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

EventDeclarationSetParameter 类

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