Share via


InternalOpenRowset.VarArgs Property

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)
'Usage
Dim instance As InternalOpenRowset 
Dim value As IList(Of Expression)

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

Property Value

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

.NET Framework Security

See Also

Reference

InternalOpenRowset Class

InternalOpenRowset Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace