ExecutableEntity::Parameters Property
SQL Server 2012
Gets the collection of execute parameters.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property IList<ExecuteParameter^>^ Parameters { IList<ExecuteParameter^>^ get (); }
Property Value
Type: System.Collections.Generic::IList<ExecuteParameter>The collection of execute parameters.
