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.