Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parameters to the method.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As IList(Of ScalarExpression)
Get
'Usage
Dim instance As VariableMethodCallTableReference
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>
Property Value
Type: System.Collections.Generic.IList<ScalarExpression>
The parameters to the method.