ParameterInfos.Item 属性 (String)
Gets the parameter object in the parameter collection with the specified name.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
parameterName As String _
) As ParameterInfo
Get
用法
Dim instance As ParameterInfos
Dim parameterName As String
Dim value As ParameterInfo
value = instance(parameterName)
public ParameterInfo this[
string parameterName
] { get; }
public:
property ParameterInfo^ default[String^ parameterName] {
ParameterInfo^ get (String^ parameterName);
}
member Item : ParameterInfo
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- parameterName
类型:System.String
The name of the parameter.
属性值
类型:Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified name.