ExecutableEntity.Parameters Property
Gets a list of execute parameters.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As IList(Of ExecuteParameter)
'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 ();
}
public function get Parameters () : IList<ExecuteParameter>
Property Value
Type: System.Collections.Generic.IList<ExecuteParameter>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.