Gets a list of 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 ProcedureStatementBodyBase
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>
A list of parameters.