Поделиться через


InternalOpenRowset.VarArgs Property

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

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

Type: System.Collections.Generic.IList<Expression>

Remarks

List can be empty.

.NET Framework Security

See Also

Reference

InternalOpenRowset Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace