Condividi tramite


Proprietà CreateAggregateStatement.Parameters

Gets the list of aggregate parameters.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parameters As IList(Of ProcedureParameter)
    Get
'Utilizzo
Dim instance As CreateAggregateStatement 
Dim value As IList(Of ProcedureParameter)

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

Valore proprietà

Tipo: System.Collections.Generic.IList<ProcedureParameter>
The list of aggregate parameters.

Vedere anche

Riferimento

CreateAggregateStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom