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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.