Свойство OdbcFunctionCall.Parameters

Gets the list of parameters to the function.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parameters As IList(Of ScalarExpression)
    Get
'Применение
Dim instance As OdbcFunctionCall 
Dim value As IList(Of ScalarExpression)

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

Значение свойства

Тип: System.Collections.Generic.IList<ScalarExpression>
The list of parameters to the function.

См. также

Справочник

OdbcFunctionCall Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom