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.