FunctionCall.Parameters 属性

Gets a list of function parameters.

命名空间:  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 FunctionCall 
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>
A list of function parameters.

请参阅

参考

FunctionCall 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间