InternalOpenRowset.VarArgs 属性

获取或设置可选剩余参数的列表。

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

语法

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

属性值

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

备注

列表可以为空。

.NET Framework 安全性

请参见

参考

InternalOpenRowset 类

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