RaiseErrorLegacyStatement.SecondParameter 属性

获取或设置第二个参数。

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

语法

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

属性值

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

备注

值可以是字符串或变量。

.NET Framework 安全性

请参见

参考

RaiseErrorLegacyStatement 类

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