ExecutableEntity.Parameters Property

Gets the collection of execute parameters.

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 ExecuteParameter)
    Get
'Usage
Dim instance As ExecutableEntity 
Dim value As IList(Of ExecuteParameter)

value = instance.Parameters
public IList<ExecuteParameter> Parameters { get; }
public:
property IList<ExecuteParameter^>^ Parameters {
    IList<ExecuteParameter^>^ get ();
}
member Parameters : IList<ExecuteParameter>
function get Parameters () : IList<ExecuteParameter>

Property Value

Type: System.Collections.Generic.IList<ExecuteParameter>
The collection of execute parameters.

See Also

Reference

ExecutableEntity Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace