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
- 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.