Share via


BuiltInFunctionTableSource.Parameters Property

Gets a list of parameters for the function.

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

Syntax

'Declaration
Public ReadOnly Property Parameters As IList(Of Expression)
'Usage
Dim instance As BuiltInFunctionTableSource 
Dim value As IList(Of Expression)

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

Property Value

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

.NET Framework Security

See Also

Reference

BuiltInFunctionTableSource Class

BuiltInFunctionTableSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace