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