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.

请参阅

参考

ExecutableEntity 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间