ParameterCollection.Item[String] 属性

定义

获取具有指定 ID 的 ParameterInfo。

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ParameterInfo ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::ParameterInfo ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
Default Public ReadOnly Property Item(name As String) As ParameterInfo

参数

name
String

指定 ID。

属性值

适用于