RaiseErrorStatement.SecondParameter 属性

获取或设置第二个参数。

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

语法

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

属性值

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

备注

值可以是变量、整数或负整数。

.NET Framework 安全性

请参见

参考

RaiseErrorStatement 类

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