RaiseErrorStatement.OptionalParameters 属性

获取可选参数的列表。

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

语法

声明
Public ReadOnly Property OptionalParameters As IList(Of Expression)
    Get
public IList<Expression> OptionalParameters { get; }
public:
property IList<Expression^>^ OptionalParameters {
    IList<Expression^>^ get ();
}
member OptionalParameters : IList<Expression>
function get OptionalParameters () : IList<Expression>

属性值

类型:System.Collections.Generic.IList<Expression>

备注

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

.NET Framework 安全性

请参见

参考

RaiseErrorStatement 类

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