ParameterCollection.Item 属性 (String)

Gets the ParameterInfo with the specified id.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    name As String _
) As ParameterInfo 
    Get
用法
Dim instance As ParameterCollection 
Dim name As String 
Dim value As ParameterInfo 

value = instance(name)
public ParameterInfo this[
    string name
] { get; }
public:
property ParameterInfo^ default[String^ name] {
    ParameterInfo^ get (String^ name);
}
member Item : ParameterInfo
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
The ParameterInfo.

请参阅

参考

ParameterCollection 类

Item 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间