Sdílet prostřednictvím


ParameterizedDataType.Parameters – vlastnost

Získá seznam parametrů, pokud je objekt schématu uživatelem definované 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 Literal)
    Get
public IList<Literal> Parameters { get; }
public:
property IList<Literal^>^ Parameters {
    IList<Literal^>^ get ();
}
member Parameters : IList<Literal>
function get Parameters () : IList<Literal>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ParameterizedDataType Třída

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