Propriedade do RDL ExecutableEntity.Parameters
Gets the collection of execute parameters.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parameters As IList(Of ExecuteParameter)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<ExecuteParameter>
The collection of execute parameters.