ProcedureStatementBodyBase.Parameters Property

Definition

Parameters which can be passed to procedure or function

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureParameter> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureParameter>
Public ReadOnly Property Parameters As IList(Of ProcedureParameter)

Property Value

Applies to