Delen via


InternalOpenRowset.VarArgs Property

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property VarArgs As IList(Of ScalarExpression)
    Get
'Usage
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>

Property Value

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

See Also

Reference

InternalOpenRowset Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace