ExecutableEntity.Parameters Property

Definition

The collection of parameters to execute.

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

Property Value

Applies to