Поделиться через


ParameterizedDataType.Parameters Property

Gets a list of parameters if the schema object is a user-defined 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 Literal)
public IList<Literal> Parameters { get; }
public:
property IList<Literal^>^ Parameters {
    IList<Literal^>^ get ();
}
member Parameters : IList<Literal>
function get Parameters () : IList<Literal>

Property Value

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

.NET Framework Security

See Also

Reference

ParameterizedDataType Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace