CreateAggregateStatement.Parameters 屬性
Gets the list of aggregate parameters.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property Parameters As IList(Of ProcedureParameter)
Get
'用途
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>
屬性值
型別:System.Collections.Generic.IList<ProcedureParameter>
The list of aggregate parameters.