InternalOpenRowset.VarArgs 属性

Gets or sets a list of the optional parameters that remain.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property VarArgs As IList(Of ScalarExpression)
    Get
用法
Dim instance As InternalOpenRowset 
Dim value As IList(Of ScalarExpression)

value = instance.VarArgs
public IList<ScalarExpression> VarArgs { get; }
public:
property IList<ScalarExpression^>^ VarArgs {
    IList<ScalarExpression^>^ get ();
}
member VarArgs : IList<ScalarExpression>
function get VarArgs () : IList<ScalarExpression>

属性值

类型:System.Collections.Generic.IList<ScalarExpression>
A list of the optional parameters that remain.

请参阅

参考

InternalOpenRowset 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间