BuiltInFunctionTableReference.Parameters Property
SQL Server 2012
Gets or sets the parameters for the function.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public ReadOnly Property Parameters As IList(Of ScalarExpression) Get 'Usage Dim instance As BuiltInFunctionTableReference Dim value As IList(Of ScalarExpression) value = instance.Parameters
Property Value
Type: System.Collections.Generic.IList(Of ScalarExpression)The parameters for the function.
