Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of aggregate 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 ProcedureParameter)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<ProcedureParameter>
The list of aggregate parameters.