Sdílet prostřednictvím


LeftFunctionCall.Parameters – vlastnost

Získá seznam parametrů funkce.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

LeftFunctionCall Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů