RaiseErrorStatement.ThirdParameter 属性

获取或设置第三个参数。

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

语法

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

属性值

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

备注

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

.NET Framework 安全性

请参见

参考

RaiseErrorStatement 类

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